问题描述
每次我打开 VS 2010 我都会得到这个:
Everytime I open VS 2010 I get this:
自动保存的设置文件visual studio 2010\settings\CurrentSettings.vssettings"不可写入.您可以在导入和导出设置"工具选项页面上更改此文件.
很好.我将导出我得到的内容并将其移动到新位置,然后将其设置为查找设置文件的位置.
Great ok. I'll export what i've got out and move it to a new location, and then set that as the location to look for the settings file.
第 1 步:失败
导入和导出设置向导 > 导出选定的环境设置 > 下一个 > 下一个 > 对话框消失,没有关于任何文件存储在任何地方的信息.
Import and Export Settings Wizard > Export selected environment settings > next > next > Dialog dissappears with no information on any file being stored anywhere.
第 2 步:失败
手动查找旧的 CurrentSettings.vssettings
文件.复制到新位置,例如C:\VSSettings\CurrentSettings.vssettings
Manually find old CurrentSettings.vssettings
file. Copy to new location e.g. C:\VSSettings\CurrentSettings.vssettings
工具 > 选项 > 环境 > 导入和导出设置 > 自动将我的设置保存到此文件:
Tools > Options > Environment > Import and Export Settings > Automatically save my settings to this file:
将位置更改为 C:\VSSettings\CurrentSettings.vssettings
自动保存设置文件的指定路径无效.请输入有效路径.
点击浏览按钮什么也不做.这里出了点问题,显然是因为它无法到达存储我的设置的位置.
Clicking on the browse button does nothing. Something has screwed up here, obviously because it couldn't get to the location where my settings WERE being stored.
第 3 步: ?如何解决这个问题
我不想重置我的设置,因为它正在从某处加载其中的一些设置.
I would prefer to not have to reset my settings because it IS loading some of them from soemwhere.
推荐答案
我不得不重置设置.
发生的原因是映射驱动器未映射并损坏了导入和导出设置向导.
Happened because a mapped drive didn't map and corrupted the Import and Export Settings Wizard.
这篇关于VS 2010 - 导入导出设置的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!