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: 348

I'm using Visual Studio and while fiddling around with a custom control, I started to get an out of memory error.

alt text

The stack trace is not helpful - it's just a bunch of frames doing Reflection and so on.

alt text

How can I fix this?

© Stack Overflow or respective owner

Related posts about visual-studio-2008

Related posts about winforms