[Mono-devel-list] small patch for mod_mono

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Apr 11 07:17:21 EDT 2003


El vie, 11 de 04 de 2003 a las 09:55, Henning Westerholt escribió:
> Hello,
> 
> I tried to compile the mod_mono cvs:
> 
> mcs /debug+ /debug:full /nologo /r:System.Web.dll /target:library 
> /out:ModMono.dll ApacheApplicationHost.cs ApacheWorkerRequest.cs 
> MonoWorkerRequest.cs IApplicationHost.cs Request.cs
> ApacheWorkerRequest.cs(205) error CS0103: The name `appHost.VPath' could not 
> be found in `Apache.Web.ApacheWorkerRequest'
> Compilation failed: 1 error(s), 0 warnings
> make: *** [ModMono.dll] Error 1
> 
> 
> I attached a little patch to workaround this problem. The xsp Testcases work 
> without this method. 
> 
> Can somebody please apply this?

I've fixed it by using base.GetAppPath (), which gets appHost.VPath.

Thanks!

-Gonzalo





More information about the Mono-devel-list mailing list