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?
_______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
