简体   繁体   English

Visual Studio解决方案资源管理器内存不足异常

[英]Visual Studio solution explorer out of memory exception

When I open the visual studio 2010 premium, Solution explorer doesn't show up. 当我打开visual studio 2010 premium时,解决方案资源管理器不会显示。 It was working and now its not. 它工作,现在不是。

It is showing a out of memory exception. 它显示内存不足异常。 Any help would be greatly appreciated. 任何帮助将不胜感激。

Attached is the screen shot 随附的是屏幕截图 替代文字

尝试通过完全关闭它并运行以下命令来重置visual studio。

devenv /resetsettings

I would recommend submitting this to https://connect.microsoft.com as a bug. 我建议将其作为错误提交到https://connect.microsoft.com

They will most likely ask for more information. 他们很可能会要求更多信息。

This exception can have more than one cause. 此异常可能有多个原因。 It isn't very likely that Visual Studio is actually running out of memory, the system might be running low on resources. Visual Studio实际上不太可能耗尽内存,系统可能在资源上运行不足。 The desktop heap is one of them. 桌面堆就是其中之一。 A simple reboot will fix that. 简单的重启将解决这个问题。

If this reoccurs, use Taskmgr.exe to try to find the processes that are hogging resources. 如果再次出现,请使用Taskmgr.exe尝试查找占用资源的进程。 View + Select Columns, tick Handles, USER objects and GDI objects. 查看+选择列,勾选句柄,USER对象和GDI对象。 If it is Explorer then you have a misbehaving shell extension handler. 如果它是资源管理器,那么你有一个行为不当的shell扩展处理程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM