[Mono-bugs] [Bug 80107][Blo] Changed - CurrencyManager throws NullReferenceException

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Fri Dec 15 13:46:40 EST 2006


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 gert.driesen at pandora.be.

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: toshok at ximian.com                            
 ReportedBy: mika.aalto at tut.fi               
 QAContact: mono-bugs at ximian.com
@@ -115,6 +115,42 @@
 Repro
 
 
 ------- Additional Comments From toshok at ximian.com  2006-12-11 15:54 -------
 this new NRE is in System.Data.  could you please refile this under
 that component?
+
+------- Additional Comments From gert.driesen at pandora.be  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.
+


More information about the mono-bugs mailing list