That class is not designed to be serialized. You will need to create your
own class, as we did with VG.net.
Regards,
Frank Hileman
check out VG.net: http://www.vgdotnet.com
Animated vector graphics system
Integrated Visual Studio .NET graphics editor
> Hello,
> I am writing control which exposes design-time browsable property for
[quoted text clipped - 10 lines]
> attribute is of class level. Is there any way out of this maze? I 'd
> really appreciate any help, thank you in advance
Marcin Rzeznicki - 08 Oct 2005 23:15 GMT
Frank Hileman napisal(a):
> That class is not designed to be serialized. You will need to create your
> own class, as we did with VG.net.
Thank you.
Is the case of XmlNode the same? I'd like to be able to edit some xml
files in desig-time, yet inspection of docs shows that XmlNode does not
implement ISerializable.