[Mono-bugs] [Bug 522014] New: getting errors about resources using latest svn of Mono
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Tue Jul 14 12:04:47 EDT 2009
http://bugzilla.novell.com/show_bug.cgi?id=522014
Summary: getting errors about resources using latest svn of
Mono
Classification: Mono
Product: Mono: Class Libraries
Version: SVN
Platform: x86
OS/Version: openSUSE 11.1
Status: NEW
Severity: Major
Priority: P5 - None
Component: Sys.Web
AssignedTo: mhabersack at novell.com
ReportedBy: joe_audette at yahoo.com
QAContact: mono-bugs at lists.ximian.com
Found By: ---
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1)
Gecko/20090624 Firefox/3.5 (.NET CLR 3.5.30729)
Using mojoPortal latest version on the latest Mono built from svn r137783 I'm
getting errors on a lot of pages that used to work fine. See error examples in
Actual Results.
Seems a regression in resolving resources from App_GlobalResources, pages that
used to work fine and have had no recentchanges are now broken.
Reproducible: Always
Steps to Reproduce:
1. Run mojoPortal from the command line using xsp2
2. Click the link to log in and you get the first error shown below in actual
results.
3. Similar errors on other pages I had previously created, like the blog page
shows errors about blogresources as shown in actual results.
Actual Results:
Description: HTTP 500. Error processing request.
Stack Trace:
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral
culture. Make sure "Resource.resources" was correctly embedded or
linked into assembly "App_GlobalResources.75637803" at compile time,
or that all the satellite assemblies required are loadable and fully
signed.
at System.Resources.ResourceManager.AssemblyResourceMissing
(System.String fileName) [0x00047] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:548
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x00230] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:431
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x001fb] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:421
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x001fb] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:421
at System.Resources.ResourceManager.GetObject (System.String name,
System.Globalization.CultureInfo culture) [0x00026] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:208
at System.Web.Compilation.DefaultResourceProvider.GetResourceObject
(System.String classKey, System.String resourceKey,
System.Globalization.CultureInfo culture, System.Reflection.Assembly
assembly) [0x00049] in
/home/jaudette/share/src/mono/mcs/class/System.Web/System.Web.Compilation/DefaultResourceProvider.cs:123
another example from the blog
Could not find any resources appropriate for the specified culture or
the neutral culture. Make sure "BlogResources.resources" was correctly
embedded or linked into assembly "App_GlobalResources.75637803" at
compile time, or that all the satellite assemblies required are
loadable and fully signed.
Description: HTTP 500. Error processing request.
Stack Trace:
System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral
culture. Make sure "BlogResources.resources" was correctly embedded
or linked into assembly "App_GlobalResources.75637803" at compile
time, or that all the satellite assemblies required are loadable and
fully signed.
at System.Resources.ResourceManager.AssemblyResourceMissing
(System.String fileName) [0x00047] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:548
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x00230] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:431
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x001fb] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:421
at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x001fb] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:421
at System.Resources.ResourceManager.GetObject (System.String name,
System.Globalization.CultureInfo culture) [0x00026] in
/home/jaudette/share/src/mono/mcs/class/corlib/System.Resources/ResourceManager.cs:208
at System.Web.Compilation.DefaultResourceProvider.GetResourceObject
(System.String classKey, System.String resourceKey,
System.Globalization.CultureInfo culture, System.Reflection.Assembly
assembly) [0x00049] in
/home/jaudette/share/src/mono/mcs/class/System.Web/System.Web.Compilation/DefaultResourceProvider.cs:123
Expected Results:
The page will render without errors.
--
Configure bugmail: http://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