Hi,
I have created an Add-In which creates a menu bar with some commands. I created the Add-In with following option
(a) with UI (b) Load when host application Loads
But when i start the VS my Add-In loads but the command bar does not show up. I can see the my add-In in addin manager(where it is un-selected). Even if i select the my add-in with start-up option and restart VS then it does not show up on menu bar (but now i can see the my add-in is selected in Add-In Manager).
But When i debug my Add-In Project I can see the my add-in on the menu bar and works perfectly fine.
So, What could be the reason that my Add-In only loads and is not showing up on menu bar when VS starts?