Constructor on type: "Namespace.type" not found.
- by Nick
Hello,
I am using Castle.Windsor as an IOC.
So I am trying to resolve a service type in the constructor of an HTTPHandler. I keep receiving this error, "Constructor on type: "Namespace.type" not found." My configuration has the following entries for service type: IDocumentDirectory
<component id="restricted.content.directory"…