Tagged Questions
The Visual Studio Industry Partner (VSIP) Program (formerly Visual Studio Integration Program) allows third-party developers and software vendors to develop tools, components and languages for use in the Microsoft Visual Studio .NET IDE.
2
votes
1answer
250 views
Adding a TestSettings file to SolutionItems in VisualStudio
((EnvDTE80.Solution2)dte.Solution).GetProjectItemTemplate("Test Settings", "Test");
I need to add a new TestSettings object programmatically to a C# project in Visual Studio. To do this I need to ...
2
votes
1answer
512 views
How to Extending vs2010 editor context menu for .js file?
I have a VS2010 VSIP package with several commands,Those commands are added to the javascript editor's context menu,and i am using
<Group guid="guidPrettyJsCmdSet" id="ContextMenuGroup" ...
2
votes
1answer
310 views
Drag Drop Within WPF ToolWindow in VS2010 Extension Not Allowed
I have a strange problem here. I've created a simple plugin using the wizard for a Visual Studio Integration Package / VSIX project with a tool window. Within that window I want to do a simple ...
0
votes
0answers
82 views
Adding an MSBuild Import using Visual Studio SDK [closed]
Possible Duplicate:
How can I add an MSBuild Import with IVsBuildPropertyStorage?
Is it possible to add an MSBuild import (typically, a *.targets file) to an existing project by using the ...
0
votes
1answer
82 views
Customising project debugging in Visual Studio project flavor
I am extending Visual Studios project system, using C# (MPF). I have written a custom 'project flavor', by extending 'FlavoredProjectBase' - and I have 'flavored' the C# Class Library project.
I want ...
0
votes
1answer
103 views
VSPackage fails PLK verification on clean machine, but passes on Dev machine when /noVSIP is set
I think the title pretty much says everything. But just to be safe...
I've got a VSPackage developed on my main machine that has the VS2008 SDK SP1 installed on it. When debugging in the ...
0
votes
1answer
353 views
Troubleshooting Plk Verification for Visual Studio Package in a VSIP Development Edition
I have a custom domain specific language project which was developed a while back, was deployed and run on the same machine inside the normal Visual Studio hive with no problems.
Server has been ...