-
Notifications
You must be signed in to change notification settings - Fork 24
Castle.MicroKernel.Lifestyle.WebRequestScopeAccessor #57
Comments
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. |
Hello again. |
Finally i have used your repo and everything is fine. |
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! |
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!
The text was updated successfully, but these errors were encountered: