VS 2010 - Import Export Settings

后端 未结 4 489
再見小時候
再見小時候 2020-12-17 17:23

Everytime I open VS 2010 I get this:

The automatically saved settings file \'visual studio 2010\\settings\\CurrentSettings.vssettings\' is not availab

相关标签:
4条回答
  • 2020-12-17 18:02

    It is working Perfectly

    1.Click Start and run or type "run" in search box of Start menu

    2.Then double click the run and you should type cmd and open command prompt.

    3.Then copy and paste the below command in command prompt -> Click Enter .

    %programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /resetuserdata
    
    0 讨论(0)
  • 2020-12-17 18:06

    I had to reset settings.

    Happened because a mapped drive didn't map and corrupted the Import and Export Settings Wizard.

    0 讨论(0)
  • 2020-12-17 18:16

    This command will reset the settings if you're having trouble with the GUI. This will work going back to at least 2005--as long as you change the path accordingly, of course :)

    "%programfiles%\Microsoft Visual Studio 10.0\Common7\IDE\devenv.exe" /resetuserdata
    

    Also see: http://blogs.msdn.com/b/astebner/archive/2005/11/22/496098.aspx

    0 讨论(0)
  • 2020-12-17 18:25

    This worked for me: (in VS 2013)

    1. Go to Tools > Options
    2. Go to Environment > "Import and Export Settings" 
    3. Change the path to existing one
    

    Source blog.icsharp.net

    0 讨论(0)
提交回复
热议问题