[Mono-list] some bumps in the road

Jerry Windrel jerry.windrel@verizon.net
Sun, 30 May 2004 22:10:08 -0400


OK... I installed xsp 0.13 and mod-mono 0.9 manually from tarballs.

When doing "make" for xsp, I got the error:
./HttpClientCredentialsTest.cs(125) error CS0246: Cannot find type
`DirectoryEntry'
./HttpClientCredentialsTest.cs(24) error CS0246: The namespace
`System.DirectoryServices' can not be found (missing assembly reference?)

I spent quite a while trying to figure that one out, but I finally just
commented out part of the Makefile in
"xsp-0.13/tools/nunitasp/source/NUnitAspTest".  It seems like it was just a
unit test so not critical, but I definitely would like to resolve it all the
same.

Installing mod-mono proceeded without any errors.  I made the specified
changes in httpd.conf and restarted apache.  However, when I try to hit
"/mono/index.aspx" in my browser, I get:

System.TypeLoadException: Cannot load type
'Mono.Http.Modules.AcceptEncodingModule, Mono.Http, Version=1.0.5000.0,
PublicKeyToken=0738eb9f132ed756'

Any ideas what's going on?