We have created an application which we want to run in a 64 bit environment.
The issue we have is one of our forms uses a pdfviewer. The rest of the application works fine in a 64 bit environment. However, the only way the form with the pdf viewer (AxAcroPDFLib.AxAcroPDF) will work is if we make the whole application a 32 bit application.
The form with the pdfviewer will not work if the application is compiled as a 64 bit program. Are there any solutions to this issue?