Click here to Skip to main content
15,886,873 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I am trying to create an Add In for Visual Studio 2010. I have used the Wizard, and I have my Add In ready to develop, and when I press F5, a new instance of VS opens in which there is the expected smiley face icon for my Add In in the Tools menu. My question (which I don't seem to be able to find a straight answer to anywhere) is: how do I get this to appear in the Tools menu when I am using VS to develop other projects?

Any help or links to useful information would be very much appreciated.

Best wishes, Patrick
Posted

1 solution

Visual Studio 2010 uses MEF so the prefered method is to create a Visual Studio Extention rather than an addin

http://msdn.microsoft.com/en-us/library/dd885119.aspx[^]
 
Share this answer
 
Comments
Patrick Skelton 7-Sep-10 4:30am    
Thanks for the reply. That's a new one on me. I will certainly investigate later today.

Best wishes, Patrick

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900