https://bugzilla.novell.com/show_bug.cgi?id=672050
https://bugzilla.novell.com/show_bug.cgi?id=672050#c1 Avior Computing <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from Avior Computing <[email protected]> 2011-03-24 13:56:44 UTC --- I am seeing the same problem. Using Telerik 3.5, works in .Net (shows empty table), fails with Mono 2.8.x and 2.10 (show's error mentioned by original poster). We have patched our system by changing CopyToDataTable in DataTableExtensions.cs as follows: if (!e.MoveNext()) //throw new InvalidOperationException ("The source contains no DataRows"); return dt; -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. You are the assignee for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
