[Mono-bugs] [Bug 79392][Nor] Changed - Ctrl+End in DataGrid causes error CurrencyManager cannot be null
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Wed Oct 4 12:57:38 EDT 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 kobruleht2 at hot.ee.
http://bugzilla.ximian.com/show_bug.cgi?id=79392
--- shadow/79392 2006-10-03 14:19:41.000000000 -0400
+++ shadow/79392.tmp.12763 2006-10-04 12:57:38.000000000 -0400
@@ -166,6 +166,61 @@
------- Additional Comments From toshok at ximian.com 2006-10-03 14:19 -------
hm, what version of mono are you using? svn head, or 1.1.17? or
something older?
if you're not using svn head, could you update to it and try to reproduce?
+
+------- Additional Comments From kobruleht2 at hot.ee 2006-10-04 12:57 -------
+I used 1.1.17.1. I have 1.7 GB free disk space and Windows XP so I
+cannot use SVN head.
+
+I rechared 2.0 profile with monocharge-2006104 using command in 2.0
+subdirectory:
+
+for %%i in (*.dll) do mono ..\1.0\gacutil.exe /i %%i /f /package 2.0
+
+After that this test code causes error
+
+Message: Cannot create a child list for field Table1.
+Source: System.Windows.Forms
+Help link:
+Previous error:
+Method: System.Windows.Forms.BindingManagerBase CreateBindingManager
+(System.Object, System.String)
+
+Stack trace: at
+System.Windows.Forms.BindingContext.CreateBindingManager
+(System.Object data_source, System.String data_member) [0x00000]
+ at System.Windows.Forms.BindingContext.get_Item (System.Object
+data_source, System.String data_member) [0x00000]
+ at System.Windows.Forms.DataGrid.SetDataSource (System.Object
+source, System.String member, Boolean recreate_rows) [0x00000]
+ at System.Windows.Forms.DataGrid.SetDataSource (System.Object
+source, System.String member) [0x00000]
+ at System.Windows.Forms.DataGrid.set_DataSource (System.Object
+value) [0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.DataGrid:set_DataSource (object)
+ at Eetasoft.Eeva.Form1.Form1_Load (System.Object sender,
+System.EventArgs e) [0x00000]
+ at (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+ at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000]
+ at System.Windows.Forms.Form.OnCreateControl () [0x00000]
+ at System.Windows.Forms.Control.CreateControl () [0x00000]
+ at System.Windows.Forms.Control.SetVisibleCore (Boolean value)
+[0x00000]
+ at System.Windows.Forms.Form.SetVisibleCore (Boolean value)
+[0x00000]
+ at System.Windows.Forms.Control.set_Visible (Boolean value)
+[0x00000]
+ at (wrapper remoting-invoke-with-check)
+System.Windows.Forms.Control:set_Visible (bool)
+ 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 Eetasoft.Eeva.Program.Main () [0x00000]
+
+So I was unable to test with latest SVN.
More information about the mono-bugs
mailing list