[Mono-list] Re: httpHandlers on apache "unable to load type handler"

Robert Jordan robertj at gmx.net
Mon Jun 5 07:54:59 EDT 2006


Hey,

> All of these applications hinge upon my own httpHandlers, so I decided to
> create a simple hello world test handler.  I have a dll of a class that
> inherited fro IHttpHandler.  Added the handler to the web.config file also.
> and also added it to the httpd.conf of apache.  When I navigate to the a
> page I get the followign error
> *Failed to load httpHandler type `testHandler.MyClass, testHandler'*
> It's as if It unable to locate the dll.
> 
> Anyone direct me to a way to fix this?

Copy the assembly to the bin folder of the web application.

Robert



More information about the Mono-list mailing list