A
Alan Seunarayan
Hello all,
I am trying to serialize a class that I have created, it works fine until I instanciate the class via a new Application Domain's CreateInstanceFrom method. When I attempt to serialize I keep getting this exception....
An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll
Additional information: The type System.Runtime.Serialization.SerializationInfo in Assembly mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is not marked as serializable.
Can anyone help ?
Many thanks (in advanced)
Alan Seunarayan
I am trying to serialize a class that I have created, it works fine until I instanciate the class via a new Application Domain's CreateInstanceFrom method. When I attempt to serialize I keep getting this exception....
An unhandled exception of type 'System.Runtime.Serialization.SerializationException' occurred in mscorlib.dll
Additional information: The type System.Runtime.Serialization.SerializationInfo in Assembly mscorlib, Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 is not marked as serializable.
Can anyone help ?
Many thanks (in advanced)
Alan Seunarayan