Hi.
While executing BinaryFormatter .Deserialize() I get:
System.InvalidC astException: Specified cast is not valid.
I implemented ISerializable interface. What may be a problem?
Thanks.
While executing BinaryFormatter .Deserialize() I get:
System.InvalidC astException: Specified cast is not valid.
I implemented ISerializable interface. What may be a problem?
Thanks.
Comment