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.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
<(E-Mail Removed)> wrote in message
news:d9944cd4-2c36-4f6f-b78e-(E-Mail Removed)...
> 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.