[Mono-list] Problem with System.Web.Mvc

Abe Gillespie abe.gillespie at gmail.com
Wed Feb 10 11:08:49 EST 2010


Here's the stack trace if that helps:

System.Resources.MissingManifestResourceException: Could not find any
resources appropriate for the specified culture or the neutral
culture.  Make sure "System.Web.Mvc.Resources.MvcResources.resources"
was correctly embedded or linked into assembly "System.Web.Mvc" at
compile time, or that all the satellite assemblies required are
loadable and fully signed.
  at System.Resources.ResourceManager.AssemblyResourceMissing
(System.String fileName) [0x00000] in <filename unknown>:0
  at System.Resources.ResourceManager.InternalGetResourceSet
(System.Globalization.CultureInfo culture, Boolean createIfNotExists,
Boolean tryParents) [0x00000] in <filename unknown>:0
  at System.Resources.ResourceManager.GetString (System.String name,
System.Globalization.CultureInfo culture) [0x00000] in <filename
unknown>:0
  at System.Web.Mvc.Resources.MvcResources.get_Common_ViewNotFound ()
[0x00000] in <filename unknown>:0
  at System.Web.Mvc.ViewResult.FindView
(System.Web.Mvc.ControllerContext context) [0x00000] in <filename
unknown>:0
  at System.Web.Mvc.ViewResultBase.ExecuteResult
(System.Web.Mvc.ControllerContext context) [0x00000] in <filename
unknown>:0
  at System.Web.Mvc.ControllerActionInvoker.InvokeActionResult
(System.Web.Mvc.ControllerContext controllerContext,
System.Web.Mvc.ActionResult actionResult) [0x00000] in <filename
unknown>:0
  at System.Web.Mvc.ControllerActionInvoker+<InvokeActionResultWithFilters>c__AnonStoreyD.<>m__10
() [0x00000] in <filename unknown>:0
  at System.Web.Mvc.ControllerActionInvoker.InvokeActionResultFilter
(IResultFilter filter, System.Web.Mvc.ResultExecutingContext
preContext, System.Func`1 continuation) [0x00000] in <filename
unknown>:0

On Tue, Feb 9, 2010 at 1:08 PM, Abe Gillespie <abe.gillespie at gmail.com> wrote:
> Hi All,
>
> I have an MVC site running locally on my dev machine.  It's OS X, Mono
> 2.6 and the site runs fine.  However, last night I upgraded my web
> server (Linux) to Mono 2.6.1.  Upon loading the site I get:
>
> Could not find any resources appropriate for the specified culture or
> the neutral culture. Make sure
> "System.Web.Mvc.Resources.MvcResources.resources" was correctly
> embedded or linked into assembly "System.Web.Mvc" at compile time, or
> that all the satellite assemblies required are loadable and fully
> signed.
>
> Any ideas?  Is this just a configuration thing I can change?
>
> Thanks.
> -Abe
>


More information about the Mono-list mailing list