J
Javed
I subclass a Typed Dataset and add a few fields to some
of the DataTables, add a few DataRelations, and add some
ExtendedProperties. I mark my Class with the
<Serializable> attribute.
On the Client end, however, I get:
An unhandled exception of
type 'System.Runtime.Serialization.SerializationException'
occurred in mscorlib.dll
Additional Info: The constructor to deserialize an object
of type [myDataSetExt] was not found.
What am I missing? Thanks for any help.
of the DataTables, add a few DataRelations, and add some
ExtendedProperties. I mark my Class with the
<Serializable> attribute.
On the Client end, however, I get:
An unhandled exception of
type 'System.Runtime.Serialization.SerializationException'
occurred in mscorlib.dll
Additional Info: The constructor to deserialize an object
of type [myDataSetExt] was not found.
What am I missing? Thanks for any help.