Visual Studio 2013 Professional RC has Stopped Working
昨天,打开VS2013的时候,很不幸的事情发生了,那家伙一再提醒说“Microsoft Visual Studio 2013已停止工作”
最后我尝试了两个方法解决:
第一个解决方案:
打开VS的控制台程序;执行以下命令:
Devenv.exe /SafeMode: Launches the IDE in safe mode loading minimal windows.
Devenv.exe /ResetSettings: Restores the IDE's default settings, optionally resets to the specified VSSettings file.
Devenv.exe /ResetAddin: Removes commands and command UI associated with the specified Add-in.
Devenv.exe /ResetSkipPkgs: Clears all SkipLoading tags added to VSPackages.
第二个解决方案:
卸载3天内安装的更新补丁;
可喜可贺,问题解决啦~~哈哈~~
作者遇到Visual Studio 2013专业版无法正常运行的问题,通过尝试两种方法解决了该问题:一是使用命令行工具执行特定命令来启动IDE并加载最少的窗口;二是卸载最近三天内安装的更新补丁。最终,问题得到解决。
2164

被折叠的 条评论
为什么被折叠?



