I write and debug the addition of Excel VSTO Ribbon, and sometimes it crashes due to errors in the code. When Excel finally decides that this is too much, and asked me if I want to permanently disable it, I unexpectedly clicked the yes button.
Now, no matter what I do, I can not get addin to load automatically when Excel starts. I go to the Adds COMs dialog box and check the box; Manually deleted registry settings cleared the project in Visual Studio and rebuilt it - to no avail.
Where can I configure it to automatically load my VSTO? Thanks in advance. By the way, this is Excel 2010 on my dev machine.
source
share