Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

VS2013 cannot import settings from TOOLS>Import and Export Settings

I was trying to import some settings to VS2013, but after a few steps the wizard window just disappears when I click Next. The wizard is closed and does nothing.

TOOLS > Import and Export Settings > Import selected environment settings>No just import new settings, overwrite my current settings; press Next here, the window just goes away, triggering no action.

In fact all options under Import selected environment settings does nothing; the wizard window just goes away without triggering any action.

I tried export settings it work fine.

Anyone knows why??


[email protected]. Problem still persists. I have various Windows Services turned off that could be a potential cause as well. But since it still works with command window to import and I only need to do this very rarely, I've kinda put this behind and moved on. Still nice if someone can point out the exact cause..

like image 983
R e i Avatar asked Sep 29 '14 09:09

R e i


People also ask

How do I export and Import Visual Studio settings?

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?

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.

How do I export Visual Studio preferences?

Actually, the Import and Export Settings feature(option) from Tools > Import and Export Settings… can help to export most of the Visual Studio 2019 configurations. You just need to select which settings you want to export by following the wizard.


1 Answers

UPDATE: This still works in VS2017! (v15.8.8)


Sadly, this is a 2013 bug. I was able to successfully import my settings from VS2012 using the steps @ https://msdn.microsoft.com/en-us/library/ms241277.aspx?f=255&MSPPError=-2147217396

Using Ctrl+Alt+A to get the command window use the following syntax:

Tools.ImportandExportSettings [/export:filename | /import:filename | /reset]

example:

Tools.ImportandExportSettings /import:"C:\Users\Joe\Documents\Visual Studio 2012\Settings\MyFile.vssettings"

My 2013 version specifics: My 2013 version specifics

like image 83
Joe Johnston Avatar answered Jan 01 '23 21:01

Joe Johnston