I've searched all over and I've not found an answer to what might be causing my issue. I'm trying to load a datagridform attached to 1 dataset. It seems fairly straightforward. Whenever I try and load it, it doesn't show any data, but when I click in the grid it starts to expand the number of rows visible in the grid without any data. The error looks like it's happening during the initializing of the dataset, but I can't figure out where. It works fine under Windows and I'm trying to run this under OSX.
I'm running the latest download and it was written in VS 2005 in vb.net. Here's the stack trace. Any help would be greatly appreciated. Thanks. System.Type GetListItemType(System.Object, System.String) Stack Trace at System.Windows.Forms.ListBindingHelper.GetListItemType (System.Object dataSource, System.String dataMember) [0x00000] at System.Windows.Forms.ListBindingHelper.GetListItemType (System.Object list) [0x00000] at System.Windows.Forms.BindingSource.SetList (IList l) [0x00000] at System.Windows.Forms.BindingSource.ResetList () [0x00000] at System.Windows.Forms.BindingSource.System.ComponentModel.ISupportInitialize.EndInit () [0x00000] at System.Windows.Forms.BindingSource.DataSourceEndInitHandler (System.Object o, System.EventArgs args) [0x00000] at System.Data.DataSet.OnDataSetInitialized (System.EventArgs e) [0x00000] at System.Data.DataSet.DataSetInitialized () [0x00000] at System.Data.DataSet.EndInit () [0x00000] at ds.DataEdit.InitializeComponent () [0x00000] at (wrapper remoting-invoke-with-check) BOB11.DataEdit:InitializeComponent () at ds.DataEdit..ctor (Int32 InputSubmissionNumber) [0x00000] -- View this message in context: http://www.nabble.com/Datagridview-error-tp23564939p23564939.html Sent from the Mono - WinForms mailing list archive at Nabble.com. _______________________________________________ Mono-winforms-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-winforms-list
