I have WebBrowser control in my Winforms application which is displaying the PDF file using the ceTe.DynamicPDF.20 to merge the PDF document into WebBrowser. When I run my application on 64-bit version the WebBrowser control is not displaying the PDF. Is anyone know how to display the PDF file into 64-bit version?
Asked
Active
Viewed 906 times
0
-
Just an idea, does your library support 64-bit systems? You may have to download a specific library for both architectures. – Vincent Jun 05 '13 at 11:31
-
Yes,If I set Target CPU as x86 it works fine.However If I set Target CPU as Any CPU the PDF is not displaying. – Sandip Patil Jun 05 '13 at 11:34
-
Does this answer your question? [Displaying pdf in WinForms webbrowser control under x64](https://stackoverflow.com/questions/5904052/displaying-pdf-in-winforms-webbrowser-control-under-x64) – GSerg Jul 08 '21 at 11:18
1 Answers
-1
It's hard to tell without more details, but according to this forum topic (scroll to the bottom for the useful part), you may need a different dll for the different architectures indeed. As for how to refer to the correct dll in both cases, you may wish to take a look at this question.