[Mono-bugs] [Bug 79679][Maj] Changed - Embedded Resources not found through -resource is specified
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Oct 16 18:51:40 EDT 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 jay.e.sternberg at intel.com.
http://bugzilla.ximian.com/show_bug.cgi?id=79679
--- shadow/79679 2006-10-16 18:49:49.000000000 -0400
+++ shadow/79679.tmp.6211 2006-10-16 18:51:40.000000000 -0400
@@ -74,6 +74,11 @@
System.Resources.ResourceManager embedded_resource = new
System.Resources.ResourceManager("WindowsApplication1.Resource1",
System.Reflection.Assembly.GetExecutingAssembly());
this.label1.Text = embedded_resource.GetString("Label"); // "label1";
this.button1.Text = embedded_resource.GetString("Button"); // "button1";
+
+------- Additional Comments From jay.e.sternberg at intel.com 2006-10-16 18:51 -------
+Created an attachment (id=17858)
+winzip of MSVC Project with Mono Makefile
+
More information about the mono-bugs
mailing list