我已将我的Web Api应用程序移植到Web Api 2并安装了ninject web api pacckage.但现在我收到一个错误:
Error activating ModelValidatorProvider using binding from ModelValidatorProvider to NinjectDefaultModelValidatorProvider
A cyclical dependency was detected between the constructors of two services.
Run Code Online (Sandbox Code Playgroud) 我们可以为servicestack设置多个AuthProviders.但他们都应该使用一个用户存储库.有没有办法设置一个基本的auth提供程序和两个不同的存储库用于不同的路由?