Search code examples
c#devexpressribbon-form

C# Dev Express Ribbon Form - Design-Time: System Out Of Memory Exception


.......

I keep getting that nasty out of memory exception, for which I plan to blame Dev Express completely. Any ideas what I could be doing wrong to make this happen? I've got a Ribbon Form (Which takes ages to load up in Design view when I want to play with the controls on the form........But I'm guessing thats just the nature of the thing.

Help greatly appreciated.

EDIT

When I double-click on my form in Visual Studio, instead of it displaying the form it displays this HUGE ERROR MESSAGE.


Solution

  • I had a similar problem. The workaround I found is to close all design views and rebuild the project. Following these, I could open the form in design view.