VS2010 add-in custom menu item in files of Solution Explorer
- by NewProgrammer
Hey guys, I need to create a custom menu item for Visual Studio 2010 Add-in in C#, but I have had no luck in coming with a solution anytime soon.
I am aware that there was a similar post:
http://stackoverflow.com/questions/2486818/visual-studio-add-in-adding-a-context-menu-item-to-solution-explorer
But it did not help, as the blog follows the…