[Mono-dev] Problems with IHttpHandler

Nik Radford nik at terminaldischarge.net
Fri Feb 22 09:17:43 EST 2008


Hello all,

I was wondering if someone could help me with this.
I've written an ASP.NET website using visual studio 2005, and have written
my own custom IHttpHandler. All works well, except when I move it over to
my linux server and run it under mono.

I get the error "(my http handler type) does not implement IHttpHandler or
IHttpHandlerFactory"

I then wrote a little program which I compiled under mono, to load the
assembly my IHttpHandler type is in, and make sure that IHttpHandler could
indeed be assigned from my type.

    typeof(IHttpHandler).IsAssignableFrom(t);

returned true.

So I'm a little lost as to what is happening here.

thanks in advance.

Nik.

------------------------------------------
E-Mail:    Nik at Terminaldischarge.net
(We)Blog:  http://blog.terminaldischarge.net



More information about the Mono-devel-list mailing list