[Mono-bugs] [Bug 360359] New: [Regression] Problem with resources in Mono 1.9. 0 Preview 2

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Feb 9 11:54:10 EST 2008


https://bugzilla.novell.com/show_bug.cgi?id=360359


           Summary: [Regression] Problem with resources in Mono 1.9.0
                    Preview 2
           Product: Mono: Class Libraries
           Version: 1.9.0
          Platform: x86-64
        OS/Version: openSUSE 10.3
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: psoldack at wp.pl
         QAContact: mono-bugs at lists.ximian.com
          Found By: DeveloperNet


Created an attachment (id=194003)
 --> (https://bugzilla.novell.com/attachment.cgi?id=194003)
Detailed error description

(Apologies for poor description but this bug seems to be simple to find)

Description of Problem:
My application uses local and global resources for internalization. It worked
fine. After upgrading to Mono 1.9.0 Preview 2 application fails with following
error:
"A resource object was not found at the specified virtualPath". It doesn't
matter with page I want to browse to. Perhaps it is a problem with accessing
local resources folder.

Detailed error description:

A resource object was not found at the specified virtualPath.

Description: Error processing request.

Error Message: HTTP 500. System.Resources.MissingManifestResourceException: A
resource object was not found at the specified virtualPath.

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.Compilation.TemplateControlCompiler.AssignPropertyFromResources
(System.Web.UI.ControlBuilder builder, System.Reflection.MemberInfo mi,
System.String attvalue) [0x00000] 
  at
System.Web.Compilation.TemplateControlCompiler.AssignPropertiesFromResources
(System.Web.UI.ControlBuilder builder, System.Type controlType, System.String
attvalue) [0x00000] 
  at
System.Web.Compilation.TemplateControlCompiler.AssignPropertiesFromResources
(System.Web.UI.ControlBuilder builder, System.String attvalue) [0x00000] 
  at
System.Web.Compilation.TemplateControlCompiler.CreateAssignStatementFromAttribute
(System.Web.UI.ControlBuilder builder, System.String id) [0x00000] 
  at System.Web.Compilation.TemplateControlCompiler.CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties) [0x00000] 
  at System.Web.Compilation.TemplateControlCompiler.CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties) [0x00000] 
  at System.Web.Compilation.TemplateControlCompiler.CreateControlTree
(System.Web.UI.ControlBuilder builder, Boolean inTemplate, Boolean
childrenAsProperties) [0x00000] 
  at System.Web.Compilation.TemplateControlCompiler.CreateMethods () [0x00000] 
  at System.Web.Compilation.UserControlCompiler.CreateMethods () [0x00000] 
  at System.Web.Compilation.BaseCompiler.ConstructType () [0x00000] 
  at
System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.TemplateParser].GenerateCode
() [0x00000] 
  at System.Web.Compilation.BuildManager+BuildItem.GenerateCode () [0x00000] 
  at System.Web.Compilation.BuildManager.AssignToAssemblyBuilder (System.String
assemblyBaseName, System.String virtualPath, System.Web.Compilation.BuildItem
buildItem, System.Collections.Generic.Dictionary`2 assemblyBuilders) [0x00000] 
  at System.Web.Compilation.BuildManager.BuildAssembly (System.String
virtualPath) [0x00000] 
  at System.Web.Compilation.BuildManager.GetCompiledType (System.String
virtualPath) [0x00000] 
  at System.Web.UI.PageParser.ProcessMainAttributes
(System.Collections.Hashtable atts) [0x00000] 
  at System.Web.UI.TemplateParser.AddDirective (System.String directive,
System.Collections.Hashtable atts) [0x00000] 
  at System.Web.UI.TemplateControlParser.AddDirective (System.String directive,
System.Collections.Hashtable atts) [0x00000] 
  at System.Web.UI.PageParser.AddDirective (System.String directive,
System.Collections.Hashtable atts) [0x00000] 
  at System.Web.Compilation.AspGenerator.TagParsed (ILocation location, TagType
tagtype, System.String tagid, System.Web.Compilation.TagAttributes attributes)
[0x00000] 
  at System.Web.Compilation.AspParser.OnTagParsed (TagType tagtype,
System.String id, System.Web.Compilation.TagAttributes attributes) [0x00000] 
  at System.Web.Compilation.AspParser.Parse () [0x00000] 
  at System.Web.Compilation.AspGenerator.Parse (System.String file, Boolean
doInitParser) [0x00000] 
  at System.Web.Compilation.AspGenerator.Parse (System.String file) [0x00000] 
  at System.Web.Compilation.AspGenerator.Parse () [0x00000] 
  at
System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.TemplateParser].Parse
() [0x00000] 
  at
System.Web.Compilation.GenericBuildProvider`1[System.Web.UI.TemplateParser].get_CodeCompilerType
() [0x00000] 
  at System.Web.Compilation.BuildManager.GetCodeDomProviderType
(System.Web.Compilation.BuildProvider provider) [0x00000] 
  at System.Web.Compilation.BuildManager+BuildItem..ctor
(System.Web.Compilation.BuildProvider provider) [0x00000] 
  at System.Web.Compilation.BuildManager.LoadBuildProviders (System.String
virtualPath, System.String virtualDir, System.Collections.Generic.Dictionary`2
vpCache, System.Web.Compilation.BuildKind& kind, System.String&
assemblyBaseName) [0x00000] 
  at System.Web.Compilation.BuildManager.BuildAssembly (System.String
virtualPath) [0x00000] 
  at System.Web.Compilation.BuildManager.GetCompiledType (System.String
virtualPath) [0x00000] 
  at System.Web.Compilation.BuildManager.CreateInstanceFromVirtualPath
(System.String virtualPath, System.Type requiredBaseType) [0x00000] 
  at System.Web.UI.PageHandlerFactory.GetHandler (System.Web.HttpContext
context, System.String requestType, System.String url, System.String path)
[0x00000] 
  at System.Web.HttpApplication.GetHandler (System.Web.HttpContext context,
System.String url) [0x00000] 
  at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000] 

How often does this happen? 
Always


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list