Windows Develop Bookmark and Share   
 index > Windows Forms Designer > Form Designer does not load. How to solve?
 

Form Designer does not load. How to solve?

Hello!

I get the following message while opening the form designer:

"Visual Studio cannot open a designer for the file because the class within it does not inherit from a class that can be visually designed"

atSystem.ComponentModel.Design.Serialization.CodeDomDesignerLoader.EnsureDocument(IDesignerSerializationManager manager)
atSystem.ComponentModel.Design.Serialization.CodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager manager)
atMicrosoft.VisualStudio.Design.Serialization.CodeDom.VSCodeDomDesignerLoader.PerformLoad(IDesignerSerializationManager serializationManager)
atSystem.ComponentModel.Design.Serialization.BasicDesignerLoader.BeginLoad(IDesignerLoaderHost host)

My class ist the first one in the file like it is described on MSDN.

How can I solve this problem?

Regards
mawild  Tuesday, May 26, 2009 9:05 AM

Hi mawild,

Which class did you inherited? You cannot inherite a form from a class without designer?

Sincerely,
Kira Qian


Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Friday, May 29, 2009 2:29 AM

We are changing the issue type to “General Discussion�because you have not followed up with the necessary information. If you have more time to look at the issue and provide more information, please feel free to change the issue type back to “Question�by opening the Options list at the top of the post editor window, and changing the type. If the issue is resolved, we will appreciate it if you can share the solution so that the answer can be found and used by other community members having similar questions.


Please mark the replies as answers if they help and unmark if they don't.
Kira Qian  Monday, June 01, 2009 5:56 AM

You can use google to search for other answers

Custom Search

More Threads

• Why My Custom ToolboxItem did not work?
• How to use OLE in Vb.Net to edit Image?
• Bug in components (VB)
• Treeview State Image List
• How to generate "this.components = new System.ComponentModel.Container();" for component ?
• removing inherited properties
• a model of label
• Designer bug?
• Can you resize a user control that has inherited from UserControl?
• How to catch the event when user clicking outside of a dialog box