COM Addin for Word 2002 does not register properly

M

MSDNDEV

I have written code using the VS 2005 shared-addin project to add-in a
button menu on Word 2003 and it works fine when Word 2003 opens. I use the
Microsoft.Office.Core (office.dll) reference (Microsoft Office 11.0 Object
Libary). However when I try to use the same method for Word 2002,
Microsoft.Office.Core(Interop.Microsoft.Office.Core) refeence (Microsoft
Office 10.0 Object Library Word 2002 does not include the Add-In. I can see
the add-in connect code with the proper load behavior of 2 (start on load).
Everything looks fine in registry, but the add-in doesn't appear in Word
2002.
Thanks.
 
K

Ken Slovak - [MVP - Outlook]

For any Office addin the rule of thumb is to develop using the PIA's for the
oldest version of the application you intend to support. You would need to
reference the Office and Word 2002 PIA's.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top