[Mono-bugs] [Bug 81835][Nor] Changed - crash if embedded icons are used

bugzilla-daemon at bugzilla.ximian.com bugzilla-daemon at bugzilla.ximian.com
Sat Jun 9 17:47:33 EDT 2007


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 olaf.krause at ok-edv.de.

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

--- shadow/81835	2007-06-09 17:18:13.000000000 -0400
+++ shadow/81835.tmp.21325	2007-06-09 17:47:33.000000000 -0400
@@ -116,6 +116,22 @@
 to work.
 
 I know this is a tracking system not a faq or doc but how can I nail 
 down the problem? I just used the projects from VS2005 under 
 Monodevelop and all resources are listed in the solution. Is there 
 something special to know? THX in advance
+
+------- Additional Comments From olaf.krause at ok-edv.de  2007-06-09 17:47 -------
+I just checked if the same resource are embedded with
+        void ShowAllResources()
+        {
+            Assembly thisExe = Assembly.GetExecutingAssembly();
+            string[] resources = thisExe.GetManifestResourceNames();
+            string list = "";
+            foreach (string resource in resources) list += resource 
++ Environment.NewLine;
+            MessageBox.Show("Verfügbare Ressource-Namen:" + 
+Environment.NewLine + list);
+        }
+
+under both platforms I get the same result. I currently have no idea 
+what here is missing...


More information about the mono-bugs mailing list