[Mono-bugs] [Bug 81377][Min] Changed - [DataGridView] when a use a grid the application keeps hang up

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Mon Aug 20 16:29:38 EDT 2007


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by everaldo at simios.org.

http://bugzilla.ximian.com/show_bug.cgi?id=81377

--- shadow/81377	2007-08-20 16:29:10.000000000 -0400
+++ shadow/81377.tmp.5138	2007-08-20 16:29:38.000000000 -0400
@@ -65,6 +65,65 @@
 ------- Additional Comments From everaldo at simios.org  2007-08-20 16:29 -------
 Fill value in third "Muestra multiple" tab, I use values: 10, 20 and
 3. So click on "estimate", the application hang up on 1.2.5 (or svn),
 for 1.2.4 the grid receive 3 values.
 
 I also can reproduce it with other values.
+
+------- Additional Comments From everaldo at simios.org  2007-08-20 16:29 -------
+This is the console messages:
+
+
+mono at desktop> mono Random.exe 
+
+Unhandled Exception: System.InvalidOperationException: DataSource of
+DataGridView is not null.
+  at System.Windows.Forms.DataGridViewRowCollection.AddInternal
+(System.Windows.Forms.DataGridViewRow dataGridViewRow, Boolean
+sharable) [0x00000] 
+  at System.Windows.Forms.DataGridView.PrepareEditingRow (Boolean
+cell_changed) [0x00000] 
+  at System.Windows.Forms.DataGridView.OnColumnAddedInternal
+(System.Windows.Forms.DataGridViewColumnEventArgs e) [0x00000] 
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.DataGridView:OnColumnAddedInternal
+(System.Windows.Forms.DataGridViewColumnEventArgs)
+  at System.Windows.Forms.DataGridViewColumnCollection.Add
+(System.Windows.Forms.DataGridViewColumn dataGridViewColumn) [0x00000] 
+  at System.Windows.Forms.DataGridView.BindIList (IList list) [0x00000] 
+  at System.Windows.Forms.DataGridView.BindIListSource (IListSource
+list) [0x00000] 
+  at System.Windows.Forms.DataGridView.set_DataSource (System.Object
+value) [0x00000] 
+  at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.DataGridView:set_DataSource (object)
+  at Random.Form1.bntEstimar3_Click (System.Object sender,
+System.EventArgs e) [0x00000] 
+  at System.Windows.Forms.Control.OnClick (System.EventArgs e) [0x00000] 
+  at System.Windows.Forms.Button.OnClick (System.EventArgs e) [0x00000] 
+  at System.Windows.Forms.ButtonBase.OnMouseUp
+(System.Windows.Forms.MouseEventArgs mevent) [0x00000] 
+  at System.Windows.Forms.Button.OnMouseUp
+(System.Windows.Forms.MouseEventArgs e) [0x00000] 
+  at System.Windows.Forms.Control.WmLButtonUp
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.Control.WndProc
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.ButtonBase.WndProc
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.Button.WndProc
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.Control+ControlWindowTarget.OnMessage
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.Control+ControlNativeWindow.WndProc
+(System.Windows.Forms.Message& m) [0x00000] 
+  at System.Windows.Forms.NativeWindow.WndProc (IntPtr hWnd, Msg msg,
+IntPtr wParam, IntPtr lParam) [0x00000] 
+  at System.Windows.Forms.XplatUIX11.DispatchMessage
+(System.Windows.Forms.MSG& msg) [0x00000] 
+  at System.Windows.Forms.XplatUI.DispatchMessage
+(System.Windows.Forms.MSG& msg) [0x00000] 
+  at System.Windows.Forms.Application.RunLoop (Boolean Modal,
+System.Windows.Forms.ApplicationContext context) [0x00000] 
+  at System.Windows.Forms.Application.Run (System.Windows.Forms.Form
+mainForm) [0x00000] 
+  at Random.Program.Main () [0x00000] 


More information about the mono-bugs mailing list