Out of Memory error in Visual Studio 2008, opening WinForms designer. How to solve?
Posted
by Cheeso
on Stack Overflow
See other posts from Stack Overflow
or by Cheeso
Published on 2010-04-16T16:26:43Z
Indexed on
2010/04/16
16:33 UTC
Read the original article
Hit count: 365
visual-studio-2008
|winforms
I'm using Visual Studio and while fiddling around with a custom control, I started to get an out of memory error.
The stack trace is not helpful - it's just a bunch of frames doing Reflection and so on.
How can I fix this?
© Stack Overflow or respective owner