Tagged Questions
2
votes
1answer
251 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 ...
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 ...