Visual Studio 2010 (devenv) 关闭后进程挂起
我在 Windows 7 64 位上使用 Visual Studio 2010 时遇到问题。经过一段时间的工作后,VS 开始消耗约 50% 的 CPU,并且 UI 响应速度变慢。当我关闭 VS 时,UI 消失,但进程保持不变。
当我忘记在一天结束时杀死那些挂起的进程时,我最终会得到许多 devenv.exe 进程。
我重新安装了 Visual Studio 并重新安装了 Windows,最终遇到了同样的问题...没有任何改变。请帮忙。 :/
I have problem with Visual Studio 2010 on Windows 7 64-bit. After some time of work VS starts consuming ~50% CPU and UI responding slows down. When I close VS then UI disappear but process stay.
When I forgot to kill those hung processes at the end of day, I will end up with numerous devenv.exe processes.
I have reinstall Visual Studio and reinstall Windows and ended up with the same problem... doesn't change anything. Please help. :/
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
删除和/或卸载所有第三方 Visual Studio 加载项和扩展。禁用还不够好。
Visual Studio 2010 严重依赖图形。因此:
体验“
可用”
还有 Visual Studio 使用的临时文件可能需要清除。
您的项目和解决方案用户设置可能会由于多次“崩溃”而损坏。
Remove and/or uninstall all third-party Visual Studio add-ins and extensions. Disabling is not good enough.
Visual Studio 2010 relies heavily on graphics. Therefore:
experience"
available"
There are also temporary files that Visual Studio uses that may need to be cleared out.
Your project and solution user settings may be corrupt due to so many "crashes".
从之前开始的地方开始 - 这可能看起来有些过分,但这是确保我们解决除硬件问题之外的所有问题的唯一方法。
重新安装 Windows - 确保您使用的是有效许可的副本,并在安装 Visual Studio 之前对其进行修补。
注意:我怀疑这是 GPU 驱动程序问题,但使用最新的驱动程序总不会有什么坏处,而且这是在安装全新操作系统后立即执行此操作的地方。 p>
安装 Visual Studio .Net 2010 但不启动。让它重新安装框架。
使用 Windows Update 安装 VS 2010 SP1 补丁以及.Net 框架的任何/所有补丁。
在这里为自己制作一个图像,以便在您需要再次尝试时可以从中构建一些东西。这将为您节省大量时间。
启动 Visual Studio,并在安装其他任何内容之前测试您的关闭。
如果它在这里不起作用,则 PC 硬件和 Windows 操作系统之间可能存在一些冲突,您应该尝试在其他应用程序中找到此症状以获取更多信息。
Begin where you began before - it may seem overkill but this is the only way to be sure we are addressing everything short of hardware issues.
Reinstall Windows - make sure you are using a validly licensed copy, and patch the hell out of it before installing Visual Studio.
Note: I doubt it is a GPU driver issue, but it never hurts to use the most up to date driver and this is the place to do it right after a fresh OS install.
Install Visual Studio .Net 2010 but do not start it up. Let it get the frameworks installed fresh.
Use Windows Update to install the VS 2010 SP1 patch, and any/all patches for .Net frameworks.
Make an images for yourself right here so you have something to build from if you need to try this again. It will save you lots of time.
Fire up Visual Studio, and test your closing before installing anything else.
If it does not work here, there's likely some conflict between PC hardware and window OS, and you should try to find this symptom in other applications to get more info.
这就是我要寻找的:
我会尝试在挂起时获取 2-3 个内存转储,将其发布到此处以及 MSFT 人员。这将是一个好的开始。
Here's what i would be looking for:
I would try to get 2-3 memory dumps at the time of hanging, post it here as well as to MSFT people. That would be a good start.