add-in no longer gets loaded

A

Alex

Hello.

I have an IDTExtensibility2 add-on written in C#.

I had to reinstall Word 2003 on my development machine and now the add-in is no longer loaded when I start Word.
How do I fix it, so that the DLL from the ...\bin\debug directory is used?

Thanks,
Alex.
 
W

Wei-Dong XU [MSFT]

Hi,

Thanks for posting at the newsgroup!

I have reviewed your thread. Currently I am finding somebody who could help
you on it. We will post back in the newsgroup as soon as possible.

If there is anything unclear, please feel free to post in the group and we
will follow up then.

Please feel free to let me know if you have any question.

Best Regards,
Wei-Dong XU
Microsoft Product Support Services
This posting is provided "AS IS" with no warranties, and confers no rights.
 
B

Boris

Alex said:
Hello.

I have an IDTExtensibility2 add-on written in C#.

I had to reinstall Word 2003 on my development machine and now the
add-in is no longer loaded when I start Word.
How do I fix it, so that the DLL from the ...\bin\debug directory is
used?

Check if your add-in is registered in the registry at
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins.

Boris
 
P

Peter Huang [MSFT]

Hi Alex,

I agree with Boris's suggestion.
Because the word will check the addin in the registry below.
HKEY_CURRENT_USER\Software\Microsoft\Office\Word\Addins
or
HKEY_LOCAL_MACHINE\Software\Microsoft\Office\Word\Addins

If no, we have to install the addin by the installation project shipped
with addin project or build it manually.

Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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