It is fairly easy to add a context menu item to the solution explorer in VS 2010. But how to display the menu item ONLY on solution items? Not on project items or something else?

Best regards, D.R.

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

Use

<Parent guid="guidSHLMainMenu" id="IDM_VS_CTXT_SOLNNODE"/>

and reset the experimental instance before restarting VSX (you can find the reset script in the VS start menu folder)

link|improve this answer
don't need to reset experimental instance, just "clean"+"build" your solution and changes will be applied – Jesus Salas Apr 27 at 10:53
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.