I have an addin written in C# which appears to be working fine - it shows up in the AddIn manager with a checkmark in front of it and both Startup and Command Line are checked.
This addin uses the OnBeginBuild event to capture build events and do some version resource updating. It does not have much of a UI, but it does add a CommandBarPopup but doesn't do anything with it.
The problem is that I can do a devenv /resetaddins * and it is active for that session. I exit from VS and double-click a .sln file and the addin is not active although the commandbar appears in the Tools menu.
What did I do wrong?
InfinaDyne Forensic and Consumer software