Skip to main content
January 3, 2017
Question

Reg:AxAcroPDFViewer for 64 Bit application

  • January 3, 2017
  • 1 reply
  • 746 views

Hello Team,

            As on today we are running the .Net application on 32 bit, but now we want to run our application on 64 bit machines. We are using the AxAcroPDF Viewer to view the pdf files in our application it is working perfect in if we run the application in 32 bit, where as if we build the application on 64 bit  platform the AxAcroPDF Viewer is not showing the files.  Please let us know if we have any solution to this problem.

Thanks,

Chakradhar

This topic has been closed for replies.

1 reply

Participant
January 5, 2017

You should not compile your program as 64 bit

in VB.NET,   Project / Properties / Compile  : Target CPU : select   " x86 "  (not anyCPU or x64)