G
Guest
Hi.
I have an application that uses V2 framework. A Windows form application
calls a COM+ component function using HTTP remoting (binary channel). ie:
ChannelServices.RegisterChannel(New HttpChannel(Nothing, New
BinaryClientFormatterSinkProvider, Nothing), False)
The COM+ function queries a database and returns a dataset with its
RemotingFormat property set to binary ie:
ds.RemotingFormat = SerializationFormat.Binary.
When the front-end receives the dataset and I check the RemotingFormat it
indicates XML!!!
Does binary dataset serialization work over HTTP remoting? Is this a bug?
Thanks, Mark
I have an application that uses V2 framework. A Windows form application
calls a COM+ component function using HTTP remoting (binary channel). ie:
ChannelServices.RegisterChannel(New HttpChannel(Nothing, New
BinaryClientFormatterSinkProvider, Nothing), False)
The COM+ function queries a database and returns a dataset with its
RemotingFormat property set to binary ie:
ds.RemotingFormat = SerializationFormat.Binary.
When the front-end receives the dataset and I check the RemotingFormat it
indicates XML!!!
Does binary dataset serialization work over HTTP remoting? Is this a bug?
Thanks, Mark