Error activating IFilterProvider using binding from IFilterProvider to NinjectFilterProvider
A cyclical dependency was detected between the constructors of two services.
Activation path:
1) Request for IFilterProvider
Suggestions:
1) Ensure that you have not declared a dependency for IFilterProvider on any implementations of the service.
2) Consider combining the services into a single one to remove the cycle.
3) Use property injection instead of constructor injection, and implement IInitializable
if you need initialization logic to be run after property values have been injected.
通过IIS管理器重新启动网页后一切又正常了,但是一到测试那一步就又崩溃了,请高手指教一下