Home All Groups Group Topic Archive Search About

Possible to tweake dataset (de)serialization .NET 2.0-->1.1?

Author
11 Jul 2006 7:01 AM
henk gijsbert
I'm getting an error when I try send a dataset from a .NET2.0 proces to

a .NET1.1 proces: Type is not resolved for
System.Data.Serializationformat, System.Data, ....

It appears Microsoft does not support backward compatiblity on datasets

in .NET2.0.  I have seen more postings on this problem.  Setting
RemotingFormat of the DataSet to RemotingFormat.Xml does not help.


I am investigating whether I can substitute custom (de)serialization in

order to work around this. I would like to have some advice whether
this is possible and how. Is it for instance possible to add remoting
channel sinks to intercept and do your own serialization and
deserialization? Any help would be greatly appreciated!


Regards,
Henk

AddThis Social Bookmark Button