Outlook COM Add In not loaded when debugging

Add-in Express™ Support Service
That's what is more important than anything else

Outlook COM Add In not loaded when debugging
 
Alex




Posts: 14
Joined: 2020-10-22
When starting to debug in Visual Studio I cannot see the add-in tab in Outlook 2019. I then realized that it was not enabled in File -> Options -> Add-Ins -> Manage COM Addins (see Screenshot)

User added an image

As soon as I enabled it, the tab appears and I can start debugging. The problem is, that every time I restart debugging, I have to re-enable the add-in there. How can I avoid this?
https://www.timeflex.de
Posted 28 Oct, 2021 06:30:12 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Hello Alex,

Re-register the add-in project. Does this help?

If it doesn't, make sure your add-in isn't installed. If it is, unregister your add-in project, uninstall the add-in, start the host application to check if your add-in is still enabled. If the add-in isn't available, register the project.

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 29 Oct, 2021 03:37:19 Top
Alex




Posts: 14
Joined: 2020-10-22
Thanks for the hints. I found out the the add in was still listed in the screen of the screenshot I posted, even after unregistration and uninstalling of every other installation of it. So I additionally removed it from there as administrator and then, after registering it again from Visual Studio, it worked as expected.

Thanks :)
https://www.timeflex.de
Posted 29 Oct, 2021 03:59:06 Top
Andrei Smolin


Add-in Express team


Posts: 18823
Joined: 2006-05-11
Welcome!

Regards from Poland (CEST),

Andrei Smolin
Add-in Express Team Leader
Posted 29 Oct, 2021 04:47:07 Top