guide for creating addins for Visual Studio 2010?
- by JMarsch
Hello:
2 questions actuall:
Is there a good comprensive guide out there for creating add-ins for Visual Studio?
Here's a weird specific problem -- I'm trying to get my add-in to load. The code that the wizard stubs into the OnConnect method will add it to the toolbar, but only if it passes this "if" statement:
if (connectMode ==…