您的位置:首页 > 其它

错误:Visual Studio has encountered a problem and needs to close

2015-09-07 14:37 453 查看
我使用VS2008+Qt4.7.4开发时,安装Qt后报出该错误,google了一下解决了问题,原来在安装QT插件不正确导致的。

在360软件管家中,卸载了qt-win-opensource-4.7.4-vs2008,但qt-vs-addin-1.1.9没有找到卸载按钮。后来在安装目录下,点击对应的uninstall,就成功卸载了。之后,VS启动正常了。

网上给出了一些通用做法,比如:

资源一

https://social.msdn.microsoft.com/Forums/vstudio/en-US/dc18f264-8a9f-4568-ba10-481e890ccd3d/visual-studio-has-encountered-a-problem-and-needs-to-close?forum=vssetup

部分内容:

Please try some common workarounds mentioned below to handle crash issue:

Try running devenv /Safemode in Command Prompt to see if you can apply it correctly.

Reboot the machine into Safe Mode. This can isolate some third party application/driver’s interference.

Switch to try a new user account. This can rule out the possibility of corrupted user profile.

资源二:

http://stackoverflow.com/questions/8940625/how-to-resolve-this-microsoft-visual-studio-has-encountered-and-needs-to-close

部分内容:

You can also try these option:

start -> run -> devenv /resetsettings (reset default settings)

start -> run -> devenv /ResetSkipPkgs (disable packages)

这里的run,可以从这里进入:



我也进行了修复或重装VS,如果没有作用,那应该是第三方插件导致的。

希望能对你有帮助。
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: