Re: Windsor WCF integration broken after ASP.NET 4.6 upgrade

2015-04-14 Thread Filip Kinsky
I just created an issue for this problem: http://github.com/castleproject/Windsor/issues/84 On Monday, March 30, 2015 at 5:01:23 PM UTC+2, Filip Kinsky wrote: The same error ocurs after recent Windows 10 Windows Update when ASP.NET 4.6 runtime upgrade was delivered btw. On Mon, Mar 30,

Registering Generic decorators in castle windsor?

2015-04-14 Thread Farhad Taran
I am trying to decorate my command handlers using castle windsor but it seems that my registrations are not correct as the class is not decorated. the other question I have is should my decorators live in the composition root or in the same assembly of the class that they are decorating? right