[Mono-bugs] [Bug 80083][Nor] Changed - WinForms: A "splash" screen causes mono to fail silently

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Wed Nov 29 21:00:34 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 toshok at ximian.com.

http://bugzilla.ximian.com/show_bug.cgi?id=80083

--- shadow/80083	2006-11-28 17:54:52.000000000 -0500
+++ shadow/80083.tmp.15283	2006-11-29 21:00:34.000000000 -0500
@@ -1,13 +1,13 @@
 Bug#: 80083
 Product: Mono: Class Libraries
 Version: 1.2
 OS: unknown
 OS Details: WinXP Professional, SP2
-Status: NEW   
-Resolution: 
+Status: RESOLVED   
+Resolution: NOTABUG
 Severity: 040 One week
 Priority: Normal
 Component: Windows.Forms
 AssignedTo: mono-bugs at ximian.com                            
 ReportedBy: bcarson at asgoth.com               
 QAContact: mono-bugs at ximian.com
@@ -54,6 +54,12 @@
 
 ------- Additional Comments From lupus at ximian.com  2006-11-28 17:54 -------
 The app dies with an exception about a missing method:
 Unhandled Exception: System.MissingMethodException: Method not found:
 'System.Windows.Forms.Control.set_BackgroundImageLayout'.
 ception about a missing method:
+
+------- Additional Comments From toshok at ximian.com  2006-11-29 21:00 -------
+there is no bug here - the missing method exception happens because
+this is a 2.0 assembly referencing 2.0 methods which we don't yet
+implement.  If you comment out the calls to the missing methods and
+recompile, it works fine.


More information about the mono-bugs mailing list