[Mono-bugs] [Bug 80187][Min] New - PictureBox.WaitOnLoad doesn't work
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Fri Dec 8 12:08:37 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 ed.ropple at gmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=80187
--- shadow/80187 2006-12-08 12:08:37.000000000 -0500
+++ shadow/80187.tmp.16022 2006-12-08 12:08:37.000000000 -0500
@@ -0,0 +1,50 @@
+Bug#: 80187
+Product: Mono: Class Libraries
+Version: 1.2
+OS:
+OS Details: Ubuntu 6.10
+Status: NEW
+Resolution:
+Severity:
+Priority: Minor
+Component: Windows.Forms
+AssignedTo: toshok at ximian.com
+ReportedBy: ed.ropple at gmail.com
+QAContact: mono-bugs at ximian.com
+TargetMilestone: ---
+URL:
+Cc:
+Summary: PictureBox.WaitOnLoad doesn't work
+
+Description of Problem:
+A PictureBox control with the WaitOnLoad attribute set to true crashes the
+runtime. Fairly important for some tasks, though probably can be gone around.
+
+Steps to reproduce the problem:
+1. Make a PictureBox control.
+2. Set WaitOnLoad to True.
+3.
+
+Actual Results:
+** (Plurivex Register Console.exe:5431): WARNING **: Missing method
+System.Windows.Forms.PictureBox::set_WaitOnLoad(bool) in assembly
+/home/ed/mono-1.2.2.1/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll,
+referenced in assembly /media/fatshare/NET Projects/Plurivex Register
+Console/Plurivex Register Console/bin/Release/Plurivex Register Console.exe
+
+Unhandled Exception: System.MissingMethodException: Method not found:
+'System.Windows.Forms.PictureBox.set_WaitOnLoad'.
+ at <0x00000> <unknown method>
+ at Plurivex_Register_Console.frmLogin..ctor () [0x00000]
+ at (wrapper remoting-invoke-with-check)
+Plurivex_Register_Console.frmLogin:.ctor ()
+ at Plurivex_Register_Console.Program.Main () [0x00000]
+
+
+Expected Results:
+Something actually working. :-P
+
+How often does this happen?
+Every time.
+
+Additional Information:
More information about the mono-bugs
mailing list