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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=82400 --- shadow/82400 2007-08-25 05:53:40.000000000 -0400 +++ shadow/82400.tmp.7788 2007-08-25 06:23:24.000000000 -0400 @@ -353,6 +353,17 @@ their implementation is struggling as well (the MS.NET 1.1 SOAP formatter cannot handle 2.0 DateTimes). IMHO, it's not worth the trouble. --- + +------- Additional Comments From [EMAIL PROTECTED] 2007-08-25 06:23 ------- +Arghh! Fixing bug #78593 won't solve this problem: + +The new ISerializable implementation has to serialize the +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. + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
