[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
Sat Aug 25 01:08:25 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 atsushi at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82400
--- shadow/82400 2007-08-25 00:11:27.000000000 -0400
+++ shadow/82400.tmp.32759 2007-08-25 01:08:24.000000000 -0400
@@ -292,6 +292,25 @@
------- Additional Comments From robertj at gmx.net 2007-08-25 00:11 -------
I don't know why it broke the build. I applied it as usual to a
pristine checkout on another machine before the commit.
+
+------- Additional Comments From atsushi at ximian.com 2007-08-25 01:08 -------
+Probably tiny #if NET_2_0 issue?
+
+System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs(402,59):
+error CS0117: `System.DateTime' does not contain a definition for
+`FromBinary'
+System\DateTime.cs(47,23): (Location of the symbol related to previous
+error)
+System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs(405,41):
+warning
+CS0162: Unreachable code detected
+System.Runtime.Serialization.Formatters.Binary\ObjectReader.cs(878,48):
+error CS0117: `System.DateTime' does not contain a definition for
+`FromBinary'
+System\DateTime.cs(47,23): (Location of the symbol related to previous
+error)
+Compilation failed: 2 error(s), 1 warnings
+
More information about the mono-bugs
mailing list