Addin not loaded after recompile

  • Thread starter Thread starter DeskUser
  • Start date Start date
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.
 
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.
 
Back
Top