[Mono-bugs] [Bug 384144] New: system.web.extensions regression

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Sat Apr 26 16:12:06 EDT 2008


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


           Summary: system.web.extensions regression
           Product: Mono: Class Libraries
           Version: SVN
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: Sys.Web
        AssignedTo: mhabersack at novell.com
        ReportedBy: mmorano at mikeandwan.us
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---


This afternoon I upgraded my mono installation from SVN to r101788.  A
component of my website makes use of the capabilities provided in the ajax
framework to generate a javascript proxy for a webservice.  After the upgrade,
this functionality stopped working, with the following exception reported when
requesting the ScriptResource.axd?...:


Server Error in '/' Application
Could not find any resources appropriate for the specified culture or the
neutral culture. Make sure "System.Web.Resources.ScriptLibrary.Res.resources"
was correctly embedded or linked into assembly "System.Web.Extensions" 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
"System.Web.Resources.ScriptLibrary.Res.resources" was correctly embedded or
linked into assembly "System.Web.Extensions" at compile time, or that all the
satellite assemblies required are loadable and fully signed.
  at System.Resources.ResourceManager.AssemblyResourceMissing (System.String
fileName) [0x00000] 
  at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean Createifnotexists, Boolean
tryParents) [0x00000] 
  at System.Resources.ResourceManager.GetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists, Boolean
tryParents) [0x00000] 
  at System.Web.Handlers.ScriptResourceHandler.ProcessRequest
(System.Web.HttpContext context) [0x00000] 
  at
System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest
(System.Web.HttpContext context) [0x00000] 
  at System.Web.HttpApplication+<>c__CompilerGenerated2.MoveNext () [0x00000] 
  at System.Web.HttpApplication.Tick () [0x00000] 

Version information: Mono Version: 2.0.50727.42; ASP.NET Version: 2.0.50727.42


Please let me know if there is any further information you need.

Thanks,
Mike


-- 
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