[Mono-bugs] [Bug 43567][Nor] Changed - unable to load resources in
VS generated application
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Mon Jun 6 16:18:47 EDT 2005
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 kornelpal at hotmail.com.
http://bugzilla.ximian.com/show_bug.cgi?id=43567
--- shadow/43567 2005-02-18 20:12:28.000000000 -0500
+++ shadow/43567.tmp.5276 2005-06-06 16:18:47.000000000 -0400
@@ -1,16 +1,16 @@
Bug#: 43567
Product: Mono: Class Libraries
Version: unspecified
OS: All
OS Details:
-Status: ASSIGNED
-Resolution:
+Status: RESOLVED
+Resolution: FIXED
Severity: Unknown
Priority: Normal
-Component: Windows.Forms
+Component: CORLIB
AssignedTo: dick at ximian.com
ReportedBy: ryabchuk at yahoo.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
@@ -71,6 +71,21 @@
However it is important to note that the majority of the other converters for .resx types are
implemented and resgen now properly compiles all .resx types that we currently handle into
culture specific resources.
-kangaroo
+
+------- Additional Comments From kornelpal at hotmail.com 2005-06-06 16:18 -------
+This is a fixed bug, but I have some comments on it, no action
+should be taken.
+
+The fix for this bug in ResourceManager.cs is tagged as a temporary
+workaround altough this fix implements the expected and correct
+behaviour of this constructor.
+
+The name and assembly of the type resourceSource is used to
+initialize the ResourceManager. It is nowhere documented nor the
+name resourceSource suggests that it should be used for
+resourceSetType as well and it can be any Type you want. Only the
+parameter usingResourceSet has to be used as resourceSetType in the
+constructors.
More information about the mono-bugs
mailing list