Great. Thanks!
On Wed, Feb 17, 2010 at 3:14 PM, Marek Habersack <[email protected]> wrote: > On Wed, 10 Feb 2010 12:21:37 -0500 > Abe Gillespie <[email protected]> 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 <[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 > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
