Are the Primary Interop Assemblies (PIA) for Office 2007 compatible with both 32 bit and 64 bit versions of Windows?
Are they compiled with a target of any processor?
Also, is there a way I can verify this, say by using a tool like Reflector?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Office 2007 is a 32 bit application so you can only use interop from another 32-bit application.
This applies to both 32 and 64-bit operating systems.
Mark your application as x86 in Visual Studio (not “Any CPU”).