[Mono-winforms-list] Datagridview error

Ivan N. Zlatev contact at i-nz.net
Sun May 17 17:37:22 EDT 2009


Hey,

If it works on MS.NET and it doesn't on Mono than it's a bug in Mono
and you should file it as such with a small test case to reproduce -
http://mono-project.com/Bugs .

On Fri, May 15, 2009 at 7:19 PM, BrianC2323 <bcarvinm at yahoo.com> wrote:
>
> 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  -  Mono-winforms-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-winforms-list



--
Kind Regards,
Ivan N. Zlatev


More information about the Mono-winforms-list mailing list