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 <[email protected]> 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
>
_______________________________________________
Mono-list maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-list

Reply via email to