[Mono-bugs] [Bug 82400][Min] Changed - [PATCH] DateTime binary serialization incompatible with MS.NET 2.0
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Aug 28 11:35:52 EDT 2007
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by jaebird at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82400
--- shadow/82400 2007-08-25 06:23:24.000000000 -0400
+++ shadow/82400.tmp.15428 2007-08-28 11:35:52.000000000 -0400
@@ -364,6 +364,17 @@
field "ticks" as "long" (for MS.NET), but elder Monos demand a
"TimeSpan".
So there is no way to fix this issue, unless we break the API
and make DateTime ISerializable on all profiles.
+
+------- Additional Comments From jaebird at gmail.com 2007-08-28 11:35 -------
+There really are TWO separate issues here. The tcpchannel remoting
+problem which is fixed with
+http://bugzilla.ximian.com/showattachment.cgi?attach_id=19854 and the
+other ISerializable issue the Robert is looking at. Can we split this
+bug? It would be nice to have the remoting issue fixed in SVN. We can
+then tackle the other issue with ISerializable.
+
+Thoughts?
+
More information about the mono-bugs
mailing list