在Designer中编辑继承的表单

在Designer中编辑继承的表单

本文介绍了C#,在Designer中编辑继承的表单的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

你好,



我在 SharpDevelop 工作。



我的问题是如何从另一种形式继承表格?我从基类继承了一个表单,但设计者显示以下错误:



无法加载设计器。检查源代码是否存在语法错误并检查是否所有引用都可用。



ICSharpCode.FormsDesigner.FormsDesignerLoadException:System.NullReferenceException:对象引用未设置为an的实例对象。




项目构建没有错误,运行正常。但继承的表单不会显示在设计器中,以便我可以编辑或更改派生表单的一些内容。



我应该使用Microsoft的Visual Studio吗?

解决方案

Hello,

I am working in SharpDevelop.

My question is how to inherit a form from another form? I inherited a form from a base class but designer shows following error:

Failed to load designer. Check the source code for syntax errors and check if all references are available.

ICSharpCode.FormsDesigner.FormsDesignerLoadException: System.NullReferenceException: Object reference not set to an instance of an object.


Project builds with no error and it runs fine. But inherited form is not displayed in designer so that I can edit or change few things of the derived form.

Should I use Microsoft's Visual Studio?

解决方案


这篇关于C#,在Designer中编辑继承的表单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 02:23