Interop.Acrobat.DLL not working
Hi,
Iam supporting a .Net application running on 64 bits system. This application uses the DLL "Interop.Acrobat.DLL" to convert PDF in HTML files.
I encounter problems when i try to create a new AcroApp object:
acrobatAppInstance = new AcroApp();
System.UnauthorizedAccessException: 'Retrieving the COM class factory for component with CLSID {85DE1C45-2C66-101B-B02E-04021C009402} failed due to the following error: 80070005 Access is denied. (Exception from HRESULT: 0x80070005 (E_ACCESSDENIED)).'
I read the post above. If i understood correctly there does not exist a 64bit version of that DLL
Unfortunately I can't run my appliction en x86 because I have other elements that require 64 bits.
Is there a new DLL that would work for 64 bit systems ?
Thanks.
