El mar, 24-02-2004 a las 07:25, Tracy Barlow escribi�: > I installed Mono 30.0 and mod-mono 0.7 and my ASP.NET application > crashes with the following error message. I had originally compiled it > under Mono 0.29, I recompiled it with Mono 30.0, and it crashes with the > same error message. > > The app works fine if I reinstall Mono 0.29 and mode-mono 0.6. > > > Server error in '/' application > Description: Error processing request. > > Error Message: HTTP 500. > > Stack Trace: > > System.TypeLoadException: Cannot load type > 'Mono.Http.AcceptEncodingModule, Mono.Http'
You need to have Mono.Http.dll installed (it should be in mcs package or you can get the sources and compile) or remove all the references to that assembly in web.config. -Gonzalo _______________________________________________ Mono-list maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/mono-list
