Serializng objects for SQL State management
-
Hello all, I am trying to migrate my site from In-proc state management to out-of-proc SQL state management. I am having problems with the serialization of my classes. I have added the [Serializable] attribute to the classes, which works, but some of the classes' objects (XmlDocument is one example), are causing errors: "[SerializationException: The type System.Xml.XmlDocument in Assembly System.Xml, Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is not marked as serializable.]" Is there a quick way around this? Perhaps creating a derived class from XmlDocument that is marked as serializable, or is there another attribute or solution that I am missing? Thanks for your help, - gsk Just because I don't care, doesn't mean I don't understand. - Homer J. Simpson