Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the .vssettings for Visual Studio Express?

Which directory is this file located in?

Reason I ask is, I want to back up my settings.

like image 901
Jonathan Avatar asked Sep 13 '10 01:09

Jonathan


People also ask

Where is vssettings file?

In Visual Studio, go to Tools -> Options -> Environment -> Import and Export Settings. Your settings file is saved to the directory specified by the Automatically save my settings to this file box. It was %userprofile%\Documents\Visual Studio 2008\Settings\CurrentSettings. vssettings on my machine.

How do I change Visual Studio settings?

To change your development settings after you open Visual Studio for the first time, follow these steps: Select Tools > Import and Export Settings from the menu bar to open the Import and Export Settings Wizard. In the Import and Export Settings Wizard, select Reset all settings, and then select Next.

How do I Import Vssettings?

vssettings file: In Visual Studio, click Tools > Import and Export Settings. Click Import selected environment settings and then click Next. Specify whether you want to save the current settings to a file and click Next.

How do I export Visual Studio Data?

Others can import it to the same source and debug it further. To export the Data Tips, go to the Visual Studio menu, Debug | Export DataTips..., which will open the Export DataTips dialog. Select the folder where you want to save the XML file, give the file a name, and click Save.

What is Vssettings?

VSSETTINGS files are used for sharing workspace settings. They can be exported and then imported into a different installation of Visual Studio. They are saved in an XML format.


2 Answers

In Visual Studio, go to Tools -> Options -> Environment -> Import and Export Settings. Your settings file is saved to the directory specified by the Automatically save my settings to this file box.

It was %userprofile%\Documents\Visual Studio 2008\Settings\CurrentSettings.vssettings on my machine.

See How to: Share Settings Between Computers. And yes, it's a misleadingly-named option heading.

like image 91
Michael Petrotta Avatar answered Oct 24 '22 00:10

Michael Petrotta


I assume you want to do this on schedule.

I suggest to specify where your settings file is and then backup that location:

  1. In the Tools menu, chose Options.

  2. In the Environment folder, choose Import and Export Settings

  3. In Automatically save my settings to this file, enter the location you will backup.

  4. Click OK.

like image 43
Brian R. Bondy Avatar answered Oct 23 '22 22:10

Brian R. Bondy