[Mono-dev] Remoting with DateTime

Robert Jordan robertj at gmx.net
Fri Aug 10 14:09:03 EDT 2007


Hi,

Jae Stutzman wrote:
> Replying to my own mail...
> 
> The failure happens when using TCP remoting, when I tried with HTTP the
> sample worked. BTW this is with SVN rev 83316.
> 
> Something going on in the binary serialization i reckon.

The soap formatter is handling DateTime differently, unlike the
binary formatter which solely relies on binary serialization.

Since DateTime is not serialization compatible between mono
and MS.NET 2.0, remoting doesn't work either.

Please file a bug at http://www.mono-project.com/Bugs
product "Class Libraries", component "corlib".

Robert





More information about the Mono-devel-list mailing list