C# Dev Express 功能区表单 - 设计时:系统内存不足异常
.......
我不断遇到令人讨厌的内存不足异常,我打算将其完全归咎于 Dev Express。有什么想法我可能做错了什么才能实现这种情况吗? 我有一个功能区表单(当我想使用表单上的控件时,需要很长时间才能在设计视图中加载......但我猜这就是事情的本质。
帮助非常感谢。
编辑
当我在 Visual Studio 中双击表单时,它没有显示表单,而是显示了这个巨大的错误消息。
.......
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我有类似的问题。我发现的解决方法是关闭所有设计视图并重建项目。接下来,我可以在设计视图中打开表单。
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.