http://bugzilla.novell.com/show_bug.cgi?id=580594
http://bugzilla.novell.com/show_bug.cgi?id=580594#c0 Summary: System.Web.Mvc.Resources.MvcResources.resources: Could not find any resources appropriate for the specified culture or the neutral culture. Classification: Mono Product: Mono: Class Libraries Version: 2.6.x Platform: Other OS/Version: All Status: NEW Severity: Normal Priority: P5 - None Component: Sys.Web AssignedTo: [email protected] ReportedBy: [email protected] QAContact: [email protected] Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091205 Gentoo Firefox/3.5.5 Deploying a development copy of an ASP.NET Mvc website causes the following server error to be displayed -- 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. Reproducible: Always Steps to Reproduce: 1. Deploy an asp.net mvc website with two Controllers and views 2. POST from view 1 to view 2. 3. HTTP ERROR 500. Actual Results: Server Error in '/~robert_/LogonMvc' Application 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. Description: HTTP 500. Error processing request. Stack Trace: 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) [0x00047] in /home/robert_/projects/mono/2.6/2.6.1/mono-2.6.1/mcs/class/corlib/System.Resources/ResourceManager.cs:550 at System.Resources.ResourceManager.InternalGetResourceSet (System.Globalization.CultureInfo culture, Boolean createIfNotExists, Boolean tryParents) [0x00230] in /home/robert_/projects/mono/2.6/2.6.1/mono-2.6.1/mcs/class/corlib/System.Resources/ResourceManager.cs:433 at System.Resources.ResourceManager.GetString (System.String name, System.Globalization.CultureInfo culture) [0x00026] in /home/robert_/projects/mono/2.6/2.6.1/mono-2.6.1/mcs/class/corlib/System.Resources/ResourceManager.cs:261 at System.Web.Mvc.Resources.MvcResources.get_Controller_UnknownAction () [0x00000] in <filename unknown>:0 at System.Web.Mvc.Controller.HandleUnknownAction (System.String actionName) [0x00000] in <filename unknown>:0 at System.Web.Mvc.Controller.ExecuteCore () [0x00000] in <filename unknown>:0 at System.Web.Mvc.ControllerBase.Execute (System.Web.Routing.RequestContext requestContext) [0x00000] in <filename unknown>:0 at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute (System.Web.Routing.RequestContext requestContext) [0x00000] in <filename unknown>:0 at System.Web.Mvc.MvcHandler.ProcessRequest (System.Web.HttpContextBase httpContext) [0x00000] in <filename unknown>:0 at System.Web.Mvc.MvcHandler.ProcessRequest (System.Web.HttpContext httpContext) [0x00000] in <filename unknown>:0 at System.Web.Mvc.MvcHandler.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext httpContext) [0x00000] in <filename unknown>:0 at System.Web.HttpApplication+<Pipeline>c__Iterator2.MoveNext () [0x00cdf] in /home/robert_/projects/mono/2.6/2.6.1/mono-2.6.1/mcs/class/System.Web/System.Web/HttpApplication.cs:1350 at System.Web.HttpApplication.Tick () [0x00000] in /home/robert_/projects/mono/2.6/2.6.1/mono-2.6.1/mcs/class/System.Web/System.Web/HttpApplication.cs:916 Version information: Mono Runtime Version: 2.6.1 (tarball Mon Feb 15 07:19:31 EST 2010); ASP.NET Version: 2.0.50727.1433 Expected Results: The POST works. Operating system information- Gentoo 2009.1 Linux localhost 2.6.27-gentoo-r6.ipsec3 #8 SMP PREEMPT Thu Jun 11 01:05:26 EDT 2009 i686 AMD Athlon(tm) 64 X2 Dual Core Processor 3800+ AuthenticAMD GNU/Linux Compiler information- Configured with: /var/tmp/portage/sys-devel/gcc-4.3.2/work/gcc-4.3.2/configure --prefix=/usr --bindir=/usr/i686-pc-linux-gnu/gcc-bin/4.3.2 --includedir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include --datadir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2 --mandir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/man --infodir=/usr/share/gcc-data/i686-pc-linux-gnu/4.3.2/info --with-gxx-include-dir=/usr/lib/gcc/i686-pc-linux-gnu/4.3.2/include/g++-v4 --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --disable-altivec --disable-fixed-point --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-multilib --enable-libmudflap --disable-libssp --enable-libgomp --enable-cld --disable-libgcj --with-arch=i686 --enable-languages=c,c++,treelang,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --with-bugurl=http://bugs.gentoo.org/ --with-pkgversion='Gentoo 4.3.2 p1.2' Thread model: posix gcc version 4.3.2 (Gentoo 4.3.2 p1.2) Mono C# compiler version 2.6.1.0 -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
