You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure how this is happening, but i added ninject to my project and on the first call to the action i am getting:
Error activating IFilterProvider using binding from IFilterProvider to DefaultFilterProvider
A cyclical dependency was detected between the constructors of two services.
Activation path:
3) Injection of dependency IFilterProvider into parameter defaultFilterProviders of constructor of type DefaultFilterProviders
2) Injection of dependency DefaultFilterProviders into parameter filterProviders of constructor of type DefaultFilterProvider
1) Request for IFilterProvider
The text was updated successfully, but these errors were encountered:
Not sure how this is happening, but i added ninject to my project and on the first call to the action i am getting:
The text was updated successfully, but these errors were encountered: