[Mono-bugs] [Bug 81174][Maj] Changed - Can't use App_LocalResources and explicit localization
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Tue Mar 20 16:51:29 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 dna at informatik.uni-kiel.de.
http://bugzilla.ximian.com/show_bug.cgi?id=81174
--- shadow/81174 2007-03-20 06:02:54.000000000 -0500
+++ shadow/81174.tmp.13558 2007-03-20 15:51:29.000000000 -0500
@@ -1,13 +1,13 @@
Bug#: 81174
Product: Mono: Class Libraries
Version: unspecified
OS: GNU/Linux [Other]
OS Details:
-Status: RESOLVED
-Resolution: FIXED
+Status: REOPENED
+Resolution:
Severity: Unknown
Priority: Major
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: dna at informatik.uni-kiel.de
QAContact: mono-bugs at ximian.com
@@ -63,6 +63,41 @@
Both examples work on .NET 2.0
------- Additional Comments From mhabersack at novell.com 2007-03-20 06:02 -------
This bug has been fixed in svn head, revision 74672
+
+------- Additional Comments From dna at informatik.uni-kiel.de 2007-03-20 15:51 -------
+Reopen.
+
+Explicit local resources in Masterpages does not work:
+
+Server error in '/' application
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.Resources.MissingManifestResourceException: Could not find any
+resource appropiate for the specified culture or its parents. Make
+sure "Resources.Default.aspx.resources" was correctly embedded or
+linked into assembly "App_LocalResources.root.11ff1dcc".
+ at System.Resources.ResourceManager.InternalGetResourceSet
+(System.Globalization.CultureInfo culture, Boolean Createifnotexists,
+Boolean tryParents) [0x00000]
+ at System.Resources.ResourceManager.InternalGetResourceSet
+(System.Globalization.CultureInfo culture, Boolean Createifnotexists,
+Boolean tryParents) [0x00000]
+ at System.Resources.ResourceManager.InternalGetResourceSet
+(System.Globalization.CultureInfo culture, Boolean Createifnotexists,
+Boolean tryParents) [0x00000]
+ at System.Resources.ResourceManager.GetObject (System.String name,
+System.Globalization.CultureInfo culture) [0x00000]
+ at System.Web.HttpContext.GetResourceObject (System.String classKey,
+System.String resourceKey, System.Globalization.CultureInfo culture,
+System.Reflection.Assembly assembly) [0x00000]
+
+
+Addred a MyMasterPage.master.resx into Local_Resources.
+Works on .NET 2.0
More information about the mono-bugs
mailing list