[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:55:51 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 15:51:29.000000000 -0500
+++ shadow/81174.tmp.13664	2007-03-20 15:55:51.000000000 -0500
@@ -98,6 +98,46 @@
 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
+
+------- Additional Comments From dna at informatik.uni-kiel.de  2007-03-20 15:55 -------
+Next crash is, when you try to open a page in a directory other then
+the root with the masterpage problem, it searches there:
+
+Server error in '/' application
+Description: Error processing request.
+
+Error Message: HTTP 500.
+
+Stack Trace:
+
+System.Resources.MissingManifestResourceException: A resource object
+was not found at the specified virtualPath.
+  at System.Web.HttpContext.GetLocalResourceObject (System.String
+virtualPath, System.String resourceKey,
+System.Globalization.CultureInfo culture) [0x00000] 
+  at System.Web.HttpContext.GetLocalResourceObject (System.String
+virtualPath, System.String resourceKey) [0x00000] 
+  at System.Web.UI.TemplateControl.GetLocalResourceObject
+(System.String resourceKey) [0x00000] 
+  at ASP.saileventscheduler_master.__BuildControl_LoginStatus ()
+[0x00000] 
+  at ASP.saileventscheduler_master.__BuildControl_form1 () [0x00000] 
+  at ASP.saileventscheduler_master.__BuildControlTree
+(ASP.saileventscheduler_master __ctrl) [0x00000] 
+  at ASP.saileventscheduler_master.FrameworkInitialize () [0x00000] 
+  at System.Web.UI.UserControl.InitializeAsUserControlInternal ()
+[0x00000] 
+  at System.Web.UI.MasterPage.CreateMasterPage
+(System.Web.UI.TemplateControl owner, System.Web.HttpContext context,
+System.String masterPageFile, IDictionary contentTemplateCollection)
+[0x00000] 
+  at System.Web.UI.Page.get_Master () [0x00000] 
+  at System.Web.UI.Page.ApplyMasterPage () [0x00000] 
+  at System.Web.UI.Page.InternalProcessRequest () [0x00000] 
+  at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext
+context) [0x00000] 
+
+


More information about the mono-bugs mailing list