DevExpress问题,高分求解

时间:2021-03-11 10:28:45
  最近,才接触DevExpress,别人已经写好的程序,打开winfrom设计器,出现如下错误:
       加载设计器时遇到一个或多个错误。这些错误在下面列出。一些错误可通过重新生成项目来修复,而另一些错误则需要更改代码。 

未将对象引用设置到对象的实例。 
隐藏     

在 DevExpress.XtraEditors.Repository.RepositoryItem.CreateDesigner()
在 DevExpress.XtraEditors.Repository.RepositoryItem.FilterProperties(PropertyDescriptorCollection collection)
在 DevExpress.XtraEditors.Repository.RepositoryItem.System.ComponentModel.ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
在 System.ComponentModel.TypeDescriptor.MergedTypeDescriptor.System.ComponentModel.ICustomTypeDescriptor.GetProperties(Attribute[] attributes)
在 System.ComponentModel.TypeDescriptor.GetPropertiesImpl(Object component, Attribute[] attributes, Boolean noCustomTypeDesc, Boolean noAttributes)
在 System.ComponentModel.TypeDescriptor.GetProperties(Object component, Attribute[] attributes)
在 System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializePropertyAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement, CodePropertyReferenceExpression propertyReferenceEx, Boolean reportError)
在 System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeAssignStatement(IDesignerSerializationManager manager, CodeAssignStatement statement)
在 System.ComponentModel.Design.Serialization.CodeDomSerializerBase.DeserializeStatement(IDesignerSerializationManager manager, CodeStatement statement) 
请高手解答:

7 个解决方案

#1


首先你看你是不是装了DevExpress 在看人家是不是引用了什么, 左后就是要编译 以防止人家自定义空件

#2


winform吧,看看窗口都继承了那些基类,试试直接继承Form能不能解决问题,
在设计WINFORM界面的时候,也是一种"运行时状态", 具体请参考IsDesignMode属性的使用

#3


DevExpress 我以前确实没有接触过,能不能告诉我要安装什么?

#4


你的devexpress注册过没啊?

#5


有3,4个dll要拖到GAC文件夹里面去的

#6


有3,4个dll要拖到GAC文件夹里面去的

#7


http://download.csdn.net/source/1185306

#1


首先你看你是不是装了DevExpress 在看人家是不是引用了什么, 左后就是要编译 以防止人家自定义空件

#2


winform吧,看看窗口都继承了那些基类,试试直接继承Form能不能解决问题,
在设计WINFORM界面的时候,也是一种"运行时状态", 具体请参考IsDesignMode属性的使用

#3


DevExpress 我以前确实没有接触过,能不能告诉我要安装什么?

#4


你的devexpress注册过没啊?

#5


有3,4个dll要拖到GAC文件夹里面去的

#6


有3,4个dll要拖到GAC文件夹里面去的

#7


http://download.csdn.net/source/1185306