When I open the visual studio 2010 premium, Solution explorer doesn't show up. It was w开发者_如何学Goorking and now its not.
It is showing a out of memory exception. Any help would be greatly appreciated.
Attached is the screen shot
try resetting visual studio by closing it out completely and running the following command.
devenv /resetsettings
I would recommend submitting this to https://connect.microsoft.com as a bug.
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. 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. View + Select Columns, tick Handles, USER objects and GDI objects. If it is Explorer then you have a misbehaving shell extension handler.
精彩评论