Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Changing Default Environment Setting when starting Visual Studio 2010

Today I installed Visual Studio 2010 on a new machine.

When starting VS2010 for first time, it asked for "Default Environment Window" I selected "Visual C# Development Settings" from it by mistake.

enter image description here

But now i want to change that setting to "Visual Basic Development Settings". How can i do so?

like image 211
Nikhil Agrawal Avatar asked Aug 23 '12 04:08

Nikhil Agrawal


2 Answers

Simplest way to go, AFAIK, is: Tools -> Import/Export Settings -> Reset All Settings.

like image 69
danish Avatar answered Sep 19 '22 15:09

danish


Not sure if you saw this, but it may help:

http://msdn.microsoft.com/en-us/library/ms247075(v=vs.90).aspx

From that page, there's this instruction:

On the Tools menu, click Import and Export Settings.

If you want to delete your current settings combination, choose No, just reset settings, overwriting my current settings, and then click Next. This option does not delete default settings, which will still be available the next time you use the wizard.

like image 31
Rastus7 Avatar answered Sep 22 '22 15:09

Rastus7