[Mono-dev] Problems with IHttpHandler

Kornél Pál kornelpal at gmail.com
Fri Feb 22 09:57:08 EST 2008


Hi,

Please attach a test case that can be executed by itself without any 
modifications.
And you are highly recommented to report the bug: 
http://www.mono-project.com/Bugs

Kornél

----- Original Message ----- 
From: "Nik Radford" <nik at terminaldischarge.net>
To: <mono-devel-list at lists.ximian.com>
Sent: Friday, February 22, 2008 3:17 PM
Subject: [Mono-dev] Problems with IHttpHandler


> 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
>
> _______________________________________________
> Mono-devel-list mailing list
> Mono-devel-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-devel-list 



More information about the Mono-devel-list mailing list