[Mono-bugs] [Bug 76109][Maj] New - 'The data source must implement
ICollection' reported when assigning a IDataReader to a DataGrid
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Sep 14 23:30:04 EDT 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 cmorgan at alum.wpi.edu.
http://bugzilla.ximian.com/show_bug.cgi?id=76109
--- shadow/76109 2005-09-14 23:30:04.000000000 -0400
+++ shadow/76109.tmp.2462 2005-09-14 23:30:04.000000000 -0400
@@ -0,0 +1,46 @@
+Bug#: 76109
+Product: Mono: Class Libraries
+Version: 1.1
+OS:
+OS Details: debian unstable 2.6.11.9
+Status: NEW
+Resolution:
+Severity:
+Priority: Major
+Component: Sys.Web
+AssignedTo: gonzalo at ximian.com
+ReportedBy: cmorgan at alum.wpi.edu
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: 'The data source must implement ICollection' reported when assigning a IDataReader to a DataGrid
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem:
+
+Server Error about 'The data source must implement ICollection' is reported
+when trying to assign a IDataReader to a DataGrid. This worked fine with
+mono 1.1.8 or so, just broke when I upgraded to 1.1.9(svn head from 20050914)
+
+Steps to reproduce the problem:
+1. Download the two files
+2. Configure the sql query to return data, I don't know how to turn a
+DataTable into a IDataReader or I'd post code that used a DataTable and
+static data to build a IDataReader
+3. Run xsp on the directory and browse to the page
+
+Actual Results:
+
+ICollections error
+
+
+Expected Results:
+
+DataGrid displayed correctly
+
+
+How often does this happen?
+
+Everytime
More information about the mono-bugs
mailing list