[Mono-bugs] [Bug 82234][Wis] Changed - [1.2.5] DataGridView: Loading data causes crash
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Aug 2 07:57:06 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 rolfkvinge at ya.com.
http://bugzilla.ximian.com/show_bug.cgi?id=82234
--- shadow/82234 2007-08-02 05:32:21.000000000 -0400
+++ shadow/82234.tmp.27722 2007-08-02 07:57:05.000000000 -0400
@@ -108,6 +108,30 @@
Rolf, today i've downloaded mono 1.2.5-1 for windows and tried to run
last version of aplication under it (last version attached here).
And application didn't start :-'(
And i don't know the reason because mono for window does not show any
massages in console :-/
+
+------- Additional Comments From rolfkvinge at ya.com 2007-08-02 07:57 -------
+You can get more information if you do:
+
+mono --debug app.exe.
+
+Then you get this:
+
+Unhandled Exception: System.MissingMethodException: Method not found:
+'System.Windows.Forms.Binding..ctor'.
+ at <0x00000> <unknown method>
+ at RssSearcher.Controls.OptionsControl..ctor () [0x00000]
+ at (wrapper remoting-invoke-with-check)
+RssSearcher.Controls.OptionsControl:.ctor ()
+ at RssSearcher.MainForm.InitializeComponent () [0x00000]
+ at RssSearcher.MainForm..ctor () [0x00000]
+ at (wrapper remoting-invoke-with-check) RssSearcher.MainForm:.ctor
+()
+ at RssSearcher.Program.Main () [0x00000]
+
+
+Here the problem is that what I implemented to avoid the crash is not
+in 1.2.5 (and won't be either, since only bug-fixes will get in now,
+and this wasn't implemented before).
More information about the mono-bugs
mailing list