[Mono-bugs] [Bug 63097][Nor] Changed - Wrong Deserialization of DataSets

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 15 Aug 2004 15:33:18 -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 helge@lenuweit.net.

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

--- shadow/63097	2004-08-15 15:29:38.000000000 -0400
+++ shadow/63097.tmp.6002	2004-08-15 15:33:18.000000000 -0400
@@ -2,13 +2,13 @@
 Product: Mono: Class Libraries
 Version: unspecified
 OS: All
 OS Details: tested on: Suse 9.1, Windows XP (Mono 1.0.1)
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Normal
 Component: Sys.Data
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: helge@lenuweit.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -53,6 +53,13 @@
 
 
 ------- Additional Comments From helge@lenuweit.net  2004-08-15 15:29 -------
 Created an attachment (id=9101)
 client and server diffgrams of the DataSet
 
+
+------- Additional Comments From helge@lenuweit.net  2004-08-15 15:33 -------
+use these commands to compile:
+mcs /target:library /r:System.Data SampleObject.cs
+mcs /r:System.Runtime.Remoting.dll /r:SampleObject.dll SampleServer.cs
+mcs /r:System.Runtime.Remoting.dll /r:SampleObject.dll /r:System.Data
+SampleClient.cs