[Mono-bugs] [Bug 70541][Wis] Changed - InvalidCastException when casting DataTable.Select to typed DataSet

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Feb 2005 19:20:36 -0500 (EST)


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 bmaurer@users.sf.net.

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

--- shadow/70541	2004-12-14 12:31:40.000000000 -0500
+++ shadow/70541.tmp.19106	2005-02-14 19:20:36.000000000 -0500
@@ -1,16 +1,16 @@
 Bug#: 70541
-Product: Mono: Runtime
+Product: Mono: Class Libraries
 Version: 1.1
 OS: unknown
 OS Details: Gentoo 2004.0
 Status: NEW   
 Resolution: 
 Severity: Unknown
 Priority: Wishlist
-Component: JIT
+Component: Sys.Data
 AssignedTo: tsureshkumar@novell.com                            
 ReportedBy: arit93@yahoo.com               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
 URL: 
 Cc: 
@@ -32,6 +32,10 @@
 
 mono JIT compiler 1.0.4
 3. 
   Currently the workaround I have come up with is while processing the
 found rows to cast them individually to the mytypedDS.DayRow  that seems to
 work.  The only issue is with the array.
+
+------- Additional Comments From bmaurer@users.sf.net  2005-02-14 19:20 -------
+The issue is most likely that S.Data creates an object [] when it
+should be more specific.