This seems really simple, but it's not working for me - I created a new
Add-In project after installing the SDK April 2006 release. The
project creates fine it seems, but when debugging, the new instance of
VS.Net does not have the add-in in it's Tools menu.
One other interesting thing - when I create the project, the event log
has an entry with :
"One or more Visual Studio templates do not match any installed project
packages."
Any idea why this is not working??
Carlos J. Quintero [VB MVP] - 16 May 2006 14:20 GMT
Hi Tim,
There can be two problems here:
- The add-in is not loaded
- The add-in is loaded but it does not create the UI. I am not sure if you
are familiar with the ext_cm_UISetup flag and all that stuff, but take a
look at this article of mine:
INFO: Visual Studio .NET Add-In Commands Disappear On Next Session
http://www.mztools.com/articles/2005/MZ014.htm

Signature
Best regards,
Carlos J. Quintero
MZ-Tools: Productivity add-ins for Visual Studio
You can code, design and document much faster:
http://www.mztools.com
> This seems really simple, but it's not working for me - I created a new
> Add-In project after installing the SDK April 2006 release. The
[quoted text clipped - 8 lines]
>
> Any idea why this is not working??