i'm trying to get the active x control (adobe acrobat - AxAcroPDFLib.AxAcroPDF) to work within my word 2010 addin. when i'm building the addin with target platform x32 it works. the problem is that i need this also as a x64 addin, because otherwise it won't work with 64bit-word.
with target platform (any or x64): Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
is there any possibilty to get the AxAcroPDF (32bit) to work in a application which is build with target platform (any or x64)?
You're stuck with the 32 bit/x86 control, so your addin needs to be 32 bit/x86 to use the control, and thus Word needs to be 32 bit/x86 as well to load the addin, as Microsoft recommend here: