This one has been a bit of a pain due to a similarly named feature in Visual Studio (which I won\'t mention here for the sake of people searching).
I am creating projects from a template using DTE. I want the projects to be s开发者_JS百科igned by a particular .snk file. How to do it programmatically??
I have some C# code writing progress messages to a Visual Studio 2010 EnvDTE.OutputWindowPane.The code is invoked from a Visual Studio menu (it\'s in a VSPackage).
I\'m trying to write a visual studio extension that allows me to publish multiple web applications in a solution, similar to using the one-click publish feature on all the projects.
I want to write a visual studio 2010 extension displaying a margin glyph on each class, method, property, field and event definition (tooltip/popup window on click with addition开发者_如何学JAVAal inf
I\'m trying to create a VS2010 solution and add a project from a stand-alone app (not an add-in). I can create an instance of VS2010, but I\'m not able to determine how to create a project properly...
I\'m trying to create a Visual Studio Integration Package project which will display data from the debugger.
I\'m getting the following warning when I right click on T4MVC.tt and select \"run custom tool\" (i.e. rebuild by T4MVC.cs file).
I\'m trying to create a Visual Studio extension that works alongside the Sequence Diagram Designer, and I\'d like to be able to register for an event that will notify me whenever the selection changes
Summary: We need to duplicate the behaviour of the Add Reference dialog, using DTE, when you add a specific DLL (it adds a Hint path entry to the reference in the CSProj file).