DataSet RemotingFormat and Channel formatter



I have a application developed in .net 1.1 which uses .dotnet remoting and
uses httpchannel . We use DataSets to send data between client and remote
server all the time. Now we are migrating this to .net 2.0 once in a while
our users get out of memory error when trying to retirieve a large amout of
data. I would like to change the serialization format to binary.
How will the dataset be serialized if I set the channel formatter to binary?
Do I have to go and set the RemotingFormat property in every remote function
that returns dataset or will settting the channel formatter to binary handle
this or do both?

Thanks.

--
HTH
Satish


.


Loading