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

Marek Habersack grendel at twistedcode.net
Wed Feb 17 15:14:07 EST 2010


On Wed, 10 Feb 2010 12:21:37 -0500
Abe Gillespie <abe.gillespie at gmail.com> wrote:

Hello,

> 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.
On mono you can use

monodis --presources assembly.dll

to list the embedded resources

> 
> 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.
It's fixed in r151926 (trunk) and in r151927 (2.6 branch)

best regards,

marek
> 
> -Abe
> 
> On Wed, Feb 10, 2010 at 12:07 PM, Juan C. Olivares <juancri at juancri.com> wrote:
> > On Wed, Feb 10, 2010 at 1:08 PM, Abe Gillespie <abe.gillespie at gmail.com>
> > 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  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list



More information about the Mono-list mailing list