FWIW, I instituted a work-around by forcing the culture in Web.config: <globalization uiCulture="en" culture="en-US" />
-Abe On Wed, Feb 10, 2010 at 12:21 PM, Abe Gillespie <[email protected]> wrote: > Using .Net Reflector I noticed there are compiled-in resources for > System.Web.Mvc.dll on Win/MS .Net. However, these resources are not > present for Mono included System.Web.Mvc.dll. > > This site runs on Windows / MS .Net and Mac OS X / Mono. It's just my > Linux box that's having this problem. Mind you, my Mac is running 2.6 > where the Linux box is running 2.6.1. > > -Abe > > On Wed, Feb 10, 2010 at 12:07 PM, Juan C. Olivares <[email protected]> > wrote: >> On Wed, Feb 10, 2010 at 1:08 PM, Abe Gillespie <[email protected]> >> wrote: >>> >>> 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. >> >> I have had this problem. There's a problem with the resources, but that will >> not fix the real problem. The MVC is trying to display other error related >> with the application. Sometimes, it's because the action doesn't exist. Try >> to test this app on .NET and check the controller and action. >> -- >> Atte, >> Juan Cristóbal Olivares >> חואנכרי >> >> ============== >> >> Renovarse o morir: Mi PC de los sesenta tenía veinte mil militantes. Y mi PC >> del siglo XXI tiene cuarenta gigabytes. >> > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
