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 [EMAIL PROTECTED]

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

--- shadow/80107        2006-12-11 15:54:18.000000000 -0500
+++ shadow/80107.tmp.25261      2006-12-15 13:46:39.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80107
 Product: Mono: Class Libraries
 Version: 1.2
 OS: All
 OS Details: 
-Status: RESOLVED   
-Resolution: FIXED
+Status: REOPENED   
+Resolution: 
 Severity: Unknown
 Priority: Blocker
 Component: Windows.Forms
 AssignedTo: [EMAIL PROTECTED]                            
 ReportedBy: [EMAIL PROTECTED]               
 QAContact: [EMAIL PROTECTED]
@@ -115,6 +115,42 @@
 Repro
 
 
 ------- Additional Comments From [EMAIL PROTECTED]  2006-12-11 15:54 -------
 this new NRE is in System.Data.  could you please refile this under
 that component?
+
+------- Additional Comments From [EMAIL PROTECTED]  2006-12-15 13:46 -------
+Chris, I no longer get an NRE using my last repro but the columns 
+from the DataTable are not displayed.
+
+Also, clicking on the first column (containing the 
+selections/insertions markers) results in the following exception:
+
+System.ArgumentOutOfRangeException: Index is less than 0 or more 
+than or equal to the list count.
+Parameter name: index 0
+  at System.Collections.ArrayList.get_Item (Int32 index) [0x00000] 
+  at System.Windows.Forms.GridColumnStylesCollection.get_Item (Int32 
+index) [0x00000] 
+  at (wrapper remoting-invoke-with-check) 
+System.Windows.Forms.GridColumnStylesCollection:get_Item (int)
+  at System.Windows.Forms.DataGrid.ScrollToColumnInPixels (Int32 
+pixel) [0x00000] 
+  at System.Windows.Forms.DataGrid.EnsureCellVisibility 
+(DataGridCell cell) [0x00000] 
+  at System.Windows.Forms.DataGrid.set_CurrentCell (DataGridCell 
+value) [0x00000] 
+  at System.Windows.Forms.DataGrid.set_CurrentRow (Int32 value) 
+[0x00000] 
+  at System.Windows.Forms.DataGrid.OnMouseDown 
+(System.Windows.Forms.MouseEventArgs e) [0x00000] 
+  at System.Windows.Forms.Control.WndProc 
+(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] 
+
+If you still believe it's a System.Data related issue, then I'll 
+submit a separate bug report.
+
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to