Groups | Blog | Home
all groups > dotnet windows forms designtime > november 2005 >

dotnet windows forms designtime : Problem about Serialized Code of Inherited forms


Alvaro
11/30/2005 5:09:04 PM

Working with C# on Visual Studio 2003.

I have a form named "myFormClass" inherited of
System.Windows.Forms.Form, and other form inherited of myFormClass.

It happens that I reopen ; I am going to open a form of the inherited
ones of myFormClass in design and it does not allow it.

Investigating I discovered that in the serialization of these this does
not place the line of code:

components = new System.ComponentModel.Container(); .

How I can solve this?

Regards
jokiz
12/2/2005 1:11:57 AM
wat does it say when you are trying to open it again?
Alvaro
12/2/2005 10:04:40 AM
It's right

[quoted text, click to view]
jokiz
12/5/2005 4:15:47 AM
you said "it does not allow it", how? what's the error message?
AddThis Social Bookmark Button