[Mono-bugs] [Bug 67753][Nor] Changed - System.NullReferenceException retrieving System.Resources.ResourceManager resources

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 8 Mar 2005 06:49:19 -0500 (EST)


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 peter@novonyx.com.

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

--- shadow/67753	2005-03-08 06:31:32.000000000 -0500
+++ shadow/67753.tmp.30177	2005-03-08 06:49:17.000000000 -0500
@@ -176,6 +176,15 @@
 in <0x0007d> System.Resources.ResourceManager:GetObject
 (string,System.Globaliza
 tion.CultureInfo)
 in <0x00010> System.Resources.ResourceManager:GetObject (string)
 
 Unter MS.Net everything runs fine
+
+------- Additional Comments From peter@novonyx.com  2005-03-08 06:49 -------
+The "Bug" inserted by Martin Brenn clearly is a not implemented 
+exception, unlike the actual bug, which is a null pointer exception.
+
+The particular .ctor for Icon that's used to create from a stream is 
+simply not yet implemented.
+
+This has nothing to do with the actual bug logged in this report.