Copy link to clipboard
Copied
Interop.Acrobat.DLL is not working in 64 bit PC
Copy link to clipboard
Copied
Do you mean that it isn’t working in a 64bit application? That is because it is not a 64bit DLL.
Copy link to clipboard
Copied
I have developed one desktop application in VB.Net using Interop.Acrobat.DLL. The application running in 32 bit machine not in 64 bit machine because Interop.Acrobat.DLL is not 64 bit DLL.
Can you please help me to get 64 bit DLL of Interop.Acrobat.DLL so application could run on 64 bit PC as well.
Copy link to clipboard
Copied
There does not exist a 64bit version of that DLL. Your 32bit version of your app will run just fine on a 64bit machine.
Copy link to clipboard
Copied
This the problem my app is not running on 64 bit machine.
Copy link to clipboard
Copied
You probably compiled your program as 64 bit
in VB.NET, Project / Properties / Compile : Target CPU : select " x86 " (not anyCPU or x64)
should work, unless you have other elements that require 64 bits
Copy link to clipboard
Copied
Yes,Interop.Acrobat.DLL require 64 bit OS machine.This is the main issue.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now