[Mono-dev] BUG? System.Windows.Forms not working with resources?
"Andrés G. Aragoneses [ knocte ]
"Andrés G. Aragoneses [ knocte ]
Fri Jul 7 06:01:15 EDT 2006
Hello.
I have just downloaded Mono 1.1.16 today and tried a SWF application
with it. It failed silently (no exceptions thrown!! :( ), so I began
debugging it and I have discovered that mono exits when reaches the
following line:
this.pictureBox3.Image =
((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
I have investigated a bit and found that the GetObject method is not
implemented:
http://svn.myrealbox.com/viewcvs/trunk/mcs/class/System/System.ComponentModel/ComponentResourceManager.cs?view=markup
Is this supposed to be implemented in the upcoming Mono 1.2? Is correct
the behaviour of failing silently? I have made a minimal testcase with
an image as a resource that shows this problem, should I create a bug in
bugzilla and attach it to the bug?
Regards,
Andrés [ knocte ]
--
More information about the Mono-devel-list
mailing list