[Mono-list] Problem with .ASP support (mod-mono/xsp)

Joshue jmartin@projectsoftware.com
Thu, 29 Jan 2004 19:49:45 +0100


         Hello.

         I have compiled and installed mono (0.29), xsp (from CVS) and 
mod-mono (from CVS) in a Linux Slackware 9.0 with Apache 2.0.48. The 
mod-mono and xsp installation is done with the explanation of the 
INSTALLING file in the mod_mono package (Last updated: October 20, 2003), 
only changing "prefix=/usr" for "prefix=/usr/local/".

         I start mod-mono-server and Apache withouth errors, but when I try 
to go to http://machine:8080/mono/index.aspx it shows:

---


Server error in '/mono' application


----------

Description: Error processing request.

Error Message:

Stack Trace:


System.TypeLoadException: Cannot load type 
'Mono.Http.Modules.AcceptEncodingModule, Mono.Http'
in (unmanaged) /usr/local/lib/libmono.so.0(mono_raise_exception+0x1b) 
[0x4007aa4f]
in (unmanaged) /usr/local/lib/libmono.so.0 [0x4007d6d3]
in <0x00056> System.Type:GetType (string,bool)
in <0x0002c> System.Web.Configuration.ModuleItem:.ctor (string,string)
in <0x00320> 
System.Web.Configuration.HttpModulesConfigurationHandler:Create 
(object,object,System.Xml.XmlNode)
in <0x0015e> System.Configuration.ConfigurationData:GetConfigInternal (string)
in <0x0006b> System.Configuration.ConfigurationData:GetConfig (string)
in <0x00025> System.Configuration.DefaultConfig:GetConfig (string)
in <0x0003d> System.Configuration.ConfigurationSettings:GetConfig (string)
in <0x0000d> System.Web.HttpContext:GetAppConfig (string)
in <0x00025> System.Web.HttpApplication:InitModules ()
in <0x0005b> System.Web.HttpApplication:Startup 
(System.Web.HttpContext,System.Web.HttpApplicationState)
in <0x0007e> System.Web.HttpApplicationFactory:InitializeFactory 
(System.Web.HttpContext)
in <0x00094> System.Web.HttpApplicationFactory:GetInstance 
(System.Web.HttpContext)
in <0x0010c> System.Web.HttpRuntime:InternalExecuteRequest 
(System.Web.HttpWorkerRequest

---

         What can I do?

         Thanks.