Custom Outlook add-in is not showing
问题 I have the outlook add-in developed with VSTO and the add-in is installed using Visual Studio Installer. After installation I can see in the outlook that the custom add-in is installed (visible in File-Option-Add-Ins and of course its allowed) but its not showing in the ribbon. When I run the project in VS I can see that the outlook is being started and it stops at the debugger. http://pastebin.com/cWrfUSa8 - this is the part when the ribbon, tab and the button is being initialized. The code