Hi Sean,
Be aware that VS 2005 uses a different model for web sites (compared to
VS.NET 2003) and uses new names for web sites context menus commanbars ("Web
Item", "Web Folder", etc.). See my articles:
HOWTO: Guessing the name of a command bar to add a custom menu entry in
Visual Studio .NET add-ins.
http://www.mztools.com/articles/2004/MZ002.htm
INFO: Changes in the extensibility of Visual Studio 2005 Web Projects
http://www.mztools.com/Articles/2006/MZ020.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
> Hello,
> I'm trying to create a plugin which connects to the website's solution
[quoted text clipped - 5 lines]
>
> Sean
Sean - 16 May 2006 15:04 GMT
Hi Carlos,
Thank you for reply. I was trying to use the macro you provided, didn't help
that much. The thing is that I can attach my addin to the solution, and I see
it there, just disabled and not responding...
> Hi Sean,
>
[quoted text clipped - 18 lines]
> >
> > Sean
Carlos J. Quintero [VB MVP] - 17 May 2006 11:25 GMT
Hi Sean,
Which is exactly the problem: that your menu entry does not appear in the
context menu because you don´t find the correct commandbar or that it
appears but it is disabled? For the former, I answered with a couple of
articles. For the latter, it could be a problem in your
IDTCommandTarget.QueryStatus method. Can you debug that procedure of your
add-in?

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
> Hi Carlos,
>
[quoted text clipped - 29 lines]
>> >
>> > Sean
Sean - 17 May 2006 14:34 GMT
Hi Carlos,
I can debug it. The entry appears, it's just disabled. I could debug the
connect point, but not the Querystatus since it was never called (the item is
disabled). I posted on forums.asp.net under VS.NET 2005 - an ASP.NET team
member promissed to look at at, but never got an answer.
> Hi Sean,
>
[quoted text clipped - 38 lines]
> >> >
> >> > Sean