解决:Visual Studio 启动就报错退出
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,