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=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: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +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: _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
