解决:Visual Studio 启动就报错退出

时间:2014-08-13 12:45:26   收藏:0   阅读:287

Please open an administrative CMD window and navigate to C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE and run these commands:

1.devenv.exe /safemode

2.devenv.exe /resetskippkgs

3.devenv.exe /installvstemplates

4.devenv.exe /resetsettings

5.devenv.exe /resetuserdata

Note that the above steps are unrelated and so checking if your issue has been resolved, after every step may help you save time on steps that were not required!

Please rename these 2 registry keys under the registry editor:

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0_Config

HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0

If the error persists, try refer to this page:

http://msdn.microsoft.com/en-us/library/ms241272(v=vs.110).aspx

Gather the logs when your VS crashed so that we may know more details.

Regards,

解决:Visual Studio 启动就报错退出,布布扣,bubuko.com

原文:http://www.cnblogs.com/flytigger/p/3909638.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!