Open tasoss opened 5 years ago
We see the same issue, we had to move back to Castle.Windsor 4.1.1
I had the same issue. Turned out it was a third party library that I was using that caused this (in my case it was the deprecated Castle.Windsor.Lifestyles because I wanted to use the Hybrid lifestyles). If that's also your case, you can fork the library, correct the dependencies and use the forked one in your code.
Added Pull #58 to address this. May need some assistance to get it working with Cake. But would really like to get a new v2.0.0 of this package out there if possible please.
https://github.com/NancyFx/Nancy.Bootstrappers.Windsor/pull/58
Hello again. I have tried to use the 2.0.0 version of nancy(during the process of updating nuget packages) and i get the same error. Is it supposed to have been fixed? Sorry i'm just confused.
Finally i have used your repo and everything is fine. But why isn't it yet merged ? Thanks!
I gave up trying to get help to merge it. In the end I pulled the few classes into our repo with a plan to migrate away from NancyFx
I agree! Thanks again!
Hello. I have just updated a solution with a few projects. And i get the following error.
Could not load type 'Castle.MicroKernel.Lifestyle.WebRequestScopeAccessor' from assembly 'Castle.Windsor, Version=5.0.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc'.
I'm using castle.windsor v5 and Nancy.Bootstrappers.Windsor 1.4.1 (i have tried v2 too) Am i doing something wrong? Thanks!