http://bugzilla.novell.com/show_bug.cgi?id=550960

User [email protected] added comment
http://bugzilla.novell.com/show_bug.cgi?id=550960#c2





--- Comment #2 from Stefano Sapienti <[email protected]>  
2009-10-29 05:57:59 MDT ---
I changed in systems/system.data/datatable.cs
line 2760
Array recordArray = Array.CreateInstance (Rows[0][j].GetType (), recordsCount);
with
Array recordArray = Array.CreateInstance (Columns[j].DataType, recordsCount);

And it seems to work, dunno if there's some other place with the same issue.
Hope this helps.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to