[Mono-bugs] [Bug 73679][Wis] Changed - Class SqlError remoting problem

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Wed, 13 Apr 2005 11:00:00 -0400 (EDT)


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@ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=73679

--- shadow/73679	2005-04-13 08:41:08.000000000 -0400
+++ shadow/73679.tmp.28699	2005-04-13 11:00:00.000000000 -0400
@@ -106,6 +106,24 @@
 
 p.s.
 Just apply that patch and it will work, I've tested it.
 
 Cheers,
 Aleksandar Dezelin
+
+------- Additional Comments From atsushi@ximian.com  2005-04-13 10:59 -------
+Compatibility will be provided as long as possible<ins> and
+rational</ins>. And *in general* claiming runtime serialization
+compatibility means that the whole internal logic is not rational.
+Note that not only the names of fields but also the semantics of the
+values i.e. it requires to copycat MS.NET code.
+
+As already mentioned, I think this tiny fix could be applied.
+
+BTW we would be really appreciated if you provide example testcase. It
+is much better to do so, and then EVERYONE can check that the fix does
+work not only under your environment (e.g. different .NET Framework
+version such as non-SP1 and SP1).
+
+Of course Microsoft may change the library internal between versions,
+including service packs (no guarantee for field identity, including
+semantics).