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=80205 --- shadow/80205 2006-12-09 19:15:42.000000000 -0500 +++ shadow/80205.tmp.12251 2006-12-21 15:41:28.000000000 -0500 @@ -73,6 +73,17 @@ (System.IO.Stream serializationStream) [0x00000] ------- Additional Comments From [EMAIL PROTECTED] 2006-12-09 19:15 ------- Hint: do not say you did not take time to look at Mono's sources when you expect someone else to take time to fix the issue you report ;-) + +------- Additional Comments From [EMAIL PROTECTED] 2006-12-21 15:41 ------- +I've attached a patch which modifies the names of the fields of +MemoryStream to match those of MS. + +However, even after this change we need modifications in +System.MarshalByRefObject and System.Runtime.Remoting.ServerIdentity +(which is an internal class!!) to be fully binary compatible. + +I've also added a serialization and deserialization test to +MemoryStreamTest. Both marked NotWorking. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
