This template requires that you have installed MME. MME can either be installed from Visual Studio Gallery via the Extension Manager or from the downloads page ofhttp://mme.codeplex.com. After installation of this template it is very easy to add a new project to implement Managed Menu Extensions. Just Choose "Add New Project" and then Visual C# -> Extensibility -> Managed Menu Extension A Managed Menu Extension is a right click menu for the Visual Studio explorer. You will not believe how easy it is to use. Just implement the 2 methods of the IMenuManager interface, and place the resulting dll in one of 3 locations. Read about it here: How to implement: http://mme.codeplex.com/wikipage?title=implementing&referringTitle=Documentation How to deploy: http://mme.codeplex.com/wikipage?title=deploying&referringTitle=Documentation |