[Mono-bugs] [Bug 521951] Assigning DataTables to ComboBox DataSources causes cast execption

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Aug 15 18:25:25 EDT 2009


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

User timotheus.pokorra at gmail.com added comment
http://bugzilla.novell.com/show_bug.cgi?id=521951#c1


Timotheus Pokorra <timotheus.pokorra at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |timotheus.pokorra at gmail.com




--- Comment #1 from Timotheus Pokorra <timotheus.pokorra at gmail.com>  2009-08-15 16:25:19 MDT ---
I have a similar problem, I am not sure if it is the same. 

You say you get the exception on assigning the table to the datasource?

I get the same exception on Mono 2.4 running on Windows, independent of
ComboBox.DataSource, on the call to Tables.Add with a DataTable parameter.
I can reproduce it, but not on the second call, but later.

MyDataSet.Tables.Add((DataTable)MyTable);

I am thinking of debugging
mcs/class/System.Data/System.Data/DataTableCollection.cs to see in which line
that exception is thrown.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list