[Mono-bugs] [Bug 80761][Nor] Changed - TypeLoadException when remoting from Windows
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Sun Feb 11 22:45:29 EST 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 robertj at gmx.net.
http://bugzilla.ximian.com/show_bug.cgi?id=80761
--- shadow/80761 2007-02-11 22:31:47.000000000 -0500
+++ shadow/80761.tmp.30243 2007-02-11 22:45:29.000000000 -0500
@@ -123,6 +123,22 @@
------- Additional Comments From robertj at gmx.net 2007-02-11 22:31 -------
Created an attachment (id=18673)
bug-80761.diff
+
+------- Additional Comments From robertj at gmx.net 2007-02-11 22:45 -------
+The delegate serialization format was not an issue, because
+the format is backwards compatible.
+
+ReflectionSerializationHolder has to be renamed to
+MemberInfoSerializationHolder to match MS. Unfortunately
+this is breaking change for Mono, because older Mono
+versions won't be able to talk to a patched Mono.
+Even worse, historical serialized data that contains
+MemberInfos can't be read by a patched Mono unless
+we leave ReflectionSerializationHolder in the build.
+
+Lluis, could you please make a decision on how to deal with this
+problem?
+
More information about the mono-bugs
mailing list