Addin not loaded after recompile

D

DeskUser

Hello

I am developing an office addin using .net 1.1 .

I set the build output path of the addin project to the instalation
path of the addin.

Neverthless, after each compilation the addin is not loaded into
office applications,

It works only after i rebuild the setup project and reinstall the
addin.
 
K

Ken Slovak - [MVP - Outlook]

You need to install because that registers your addin. Once installed it
should run the new build in debug mode if you haven't disabled the addin or
uninstalled it. Or you can manually or using code register your addin dll so
Outlook will recognize it and start it up.
 

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