Search Results

5
votes
4answers
320 views

Scripting the Visual Studio IDE

I'd like to create a script that will configure the Visual Studio IDE the way I like it. Nothing vastly complicated, just a few Tools/Options settings, adding some External Tools, that kind of thin …
0
votes
4answers
934 views

What happened to to the .Net Framework Configuration tool?

Older versions of the .Net Framework used to install "Microsoft .NET Framework v1.0 / v1.1 / v2.0 Configuration" in the Control Panel, under Administrative Tools. I just noticed that there isn't a …
0
votes

What happened to to the .Net Framework Configuration tool?

To sort out the confusion between the apparently conflicting answers above, this is my current understanding of the answer: Use the 2.0 version, as DAC and Codeslayer recommended …
1
vote

Resources for building a Visual Studio plug-in?

I've never tried, so I don't know about doing it in C++, but this website has loads of information: http://msdn.microsoft.c …
0
votes

Scripting the Visual Studio IDE

Answering my own question, in two ways: 1) In VS2005/8, the things I mentioned (Tools/Options, External Tools) are all stored in the CurrentSettings.vssettings file, in the folder "Visual S …