Reputation: 9936
i want to convert my window application, that i developed in VS2005 using C#, as an Add in for Visual Studio 2005. How can i do it.?
Upvotes: 1
Views: 132
Reputation: 928
I wanted to create one myself, but i didn't have yet time to process the information required:
Overall I'd recommend waiting for Visual Studio 2010 (or start working with the fresh beta 1), because there will be many changes and many more possibilities on extending Visual Studio. (Think WPF.) The code gallery I linked already contains content regarding to this.
Upvotes: 0
Reputation: 27265
There is a nice quick start tutorial in here : http://www.codeproject.com/KB/macros/LineCounterAddin.aspx
It was enough for me to start.
Upvotes: 1
Reputation: 1062780
You could try looking at MSDN or books, but you might find the VS2005 information hidden behind the VS2008 stuff...
Upvotes: 0