[Mono-bugs] [Bug 76668][Wis] New - IndexOutOfRange When XML Serialize Run

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Nov 11 01:48:31 EST 2005


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 scarr at progbits.com.

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

--- shadow/76668	2005-11-11 01:48:31.000000000 -0500
+++ shadow/76668.tmp.3711	2005-11-11 01:48:31.000000000 -0500
@@ -0,0 +1,38 @@
+Bug#: 76668
+Product: Mono: Class Libraries
+Version: 1.1
+OS: 
+OS Details: 
+Status: NEW   
+Resolution: 
+Severity: 
+Priority: Wishlist
+Component: Sys.Data
+AssignedTo: mono-bugs at ximian.com                            
+ReportedBy: scarr at progbits.com               
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: IndexOutOfRange When XML Serialize Run
+
+Description of Problem:
+I am using a DataSet from a Web Service.  Updating the DataSet with various
+items, and trying to XML Serialize to send it back into the Web Service. 
+At this point, is when I am getting the Array Index out of Range.
+
+Steps to reproduce the problem:
+1. Use a Web Service that returns a DataSet
+2. Add some new rows to DataSet, and change some rows
+3. Send the DataSet as a Argument back to the WebService.
+
+Actual Results:
+I get an IndexOutOfRange error
+
+Expected Results:
+WebService should be called with the xml generated from the DataSet.
+
+How often does this happen? 
+Everytime I try to use this web service.
+
+Additional Information:


More information about the mono-bugs mailing list