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=78803 --- shadow/78803 2006-07-10 04:33:19.000000000 -0400 +++ shadow/78803.tmp.14373 2006-07-10 04:33:19.000000000 -0400 @@ -0,0 +1,27 @@ +Bug#: 78803 +Product: Mono: Class Libraries +Version: unspecified +OS: +OS Details: +Status: NEW +Resolution: +Severity: +Priority: Major +Component: System +AssignedTo: [EMAIL PROTECTED] +ReportedBy: [EMAIL PROTECTED] +QAContact: [EMAIL PROTECTED] +TargetMilestone: --- +URL: +Cc: +Summary: Displaying an image, in a MWF app, embedded as a resource doesn't work (GetObject method fails silently) + +Creating a simple MWF(SWF) app with VS.NET that displays a form with an +embedded image as a resource, mono fails to execute the assembly generated. + +It seems that the problem is in the following line of code (inside +InitializeComponent auto-generated method): + +object oResource = resources.GetObject("pictureBox3.Image"); + +I am going to attach a testcase. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
