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

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 15 Aug 2004 15:22:47 -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:22:47.000000000 -0400
+++ shadow/63097.tmp.5882	2004-08-15 15:22:47.000000000 -0400
@@ -0,0 +1,38 @@
+Bug#: 63097
+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: 
+Priority: Normal
+Component: Sys.Data
+AssignedTo: mono-bugs@ximian.com                            
+ReportedBy: helge@lenuweit.net               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: Wrong Deserialization of DataSets
+
+When sending a DataSet with changes to certain rows across a remoting
+border, the server-side diffgram shows old values in both the current and
+"before" section.
+
+Steps to reproduce the problem:
+1. Run SampleServer.exe and SampleClient.exe
+2. Inspect server_diffgram.xml and client_diffgram.xml 
+
+Actual Results:
+old data values in the NewDataSet section of the XML diffgram on the server
+side.
+
+Expected Results:
+new data values in the NewDataSet section, old values in the "before" section.
+
+How often does this happen? 
+every time
+
+Additional Information:
+see test case and attached XML diffgram documents