Visual Studio exception exceptions for memory exception

When I open the visual studio 2010 award, Solution explorer does not appear. He worked, and now he is gone.

It displays an exception in memory. Any help would be greatly appreciated.

Screenshot Attached alt text

+7
source share
3 answers

try resetting the visual studio by closing it completely and running the following command.

devenv /resetsettings 
+6
source

I would recommend sending this https://connect.microsoft.com as an error.

They are likely to request additional information.

+2
source

This exception may have several reasons. It is very unlikely that Visual Studio actually ends due to lack of memory, the system can work with limited resources. One of them is a bunch of desktop. A simple reboot will fix this.

If this happens again, use Taskmgr.exe to try and find processes that are delaying resources. Open + Select columns, checkmarks, USER objects, and GDI objects. If it is Explorer, you have the wrong shell extension handler.

+1
source

All Articles