Tagged Questions
0
votes
1answer
459 views
How can I inject an object into an WCF IErrorHandler implementation with Castle Windsor?
I'm developing a set of services using WCF. The application is doing dependency injection with Castle Windsor. I've added an IErrorHandler implementation that is added to services via an attribute. ...