[Mono-devel-list] trouble with mod_mono and ICU

Tomasz.Kaszuba at inteligo.pl Tomasz.Kaszuba at inteligo.pl
Wed Jan 14 09:32:48 EST 2004


I've installed successfully ICU and rebuilt mono from yesterday with ICU
support. That all went fine. When I try to run mod_mono or the xsp server I
get the following error:

System.TypeLoadException: Cannot load type 'Mono.Http.AcceptEncodingModule,
Mono.Http'
in (unmanaged) /usr/lib/libmono.so.0(mono_raise_exception+0x1b) [0x40087b37]
in (unmanaged) /usr/lib/libmono.so.0 [0x4008a80f]
in <0x00054> System.Type:GetType (string,bool)
in <0x0002c> System.Web.Configuration.ModuleItem:.ctor (string,string)
in <0x0031b> System.Web.Configuration.HttpModulesConfigurationHandler:Create
(object,object,System.Xml.XmlNode)
in <0x0014c> System.Web.Configuration.ConfigurationData:GetConfigInternal
(string,System.Web.HttpContext,bool)
in <0x0008f> System.Web.Configuration.ConfigurationData:GetConfigOptLocation
(string,System.Web.HttpContext,bool)
in <0x00160> System.Web.Configuration.ConfigurationData:GetConfig
(string,System.Web.HttpContext)
in <0x0007a> System.Web.Configuration.WebDefaultConfig:GetConfig
(string,System.Web.HttpContext)
in <0x00030> System.Web.Configuration.WebDefaultConfig:GetConfig (string)
in <0x00018> System.Web.Configuration.WebConfigurationSettings: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 <0x0012d> System.Web.HttpRuntime:InternalExecuteRequest
(System.Web.HttpWorkerRequest)

I tried to look for this type with the monodis and sure enough it's in the
proper place in Mono.Http.dll

My versions are: 

Mono JIT compiler version 0.29.99.20040113, (C) 2002, 2003 Ximian, Inc.
Mono C# compiler version 0.29.99.51633

Am I missing something? Do I need to rebuild xsp?
 






More information about the Mono-devel-list mailing list