[Mono-list] App_GlobalResources precompiled assembly

John Anderson sontek at gmail.com
Fri Aug 31 03:53:02 EDT 2007


I'm trying to get my asp.net application to run on mono, When I precompile
it on MS.NET and place it in Linux on mod_mono I get the following error:
The assembly does not contain the resources for the required culture.

This is happening on line 434 of System.Web.HttpContext.cs  because if you
look at the code AppGlobalResourcesAssembly is never actually
assigned to, so it will always be null.

I can't find any documentation on how this is assembly is found or I would
try to take a shot and implementing it.

When I leave it as just a website with App_Code, App_Data, etc..  I get the
error:
Cannot find type Orchid.Presentation.Web.Sites.OrchidAccess.Global

which seems to me its not compiling the .cs files when I just leave it like
that.


Anyone have any tips?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-list/attachments/20070831/261b969d/attachment.html 


More information about the Mono-list mailing list