Asad
Asad

Reputation: 21928

Set / Reset Option in Visual Studio 2008

When we install Visual Studio 2008, we are asked about the settings for our environment like

visual c# / visual basic etc. When set, We may alter these options from

Tools --> Options --> Environment / TextEditor etc

My problem is, if we "mess" up these settings!!!! is there any way to restore defaults or particular Settings Template ??? as we can with many other Softwares

thanks

Upvotes: 2

Views: 2271

Answers (3)

Jamie Keeling
Jamie Keeling

Reputation: 9966

An additional note, if there is a possibility of needing to use other languages then you can select the appropiate project files from New > New Project and clicking on the language you wish to use.

For your needs though, Mickel's answer will work fine.

Upvotes: 1

Mickel
Mickel

Reputation: 6696

Try Tools > Import and Export Settings and select "Reset all settings".

Upvotes: 7

Henk Holterman
Henk Holterman

Reputation: 273294

Yes, there is a "Reset to Factory Defaults" option (but it's rather brute).

You find it under Tools | Import and Export Settings

Upvotes: 1

Related Questions