NinjectDependencyResolver fails binding ModelValidatorProvider
I was having all sorts of grief with the WebApi2 and Ninject initialization after upgrading the Ninject packages (even uninstalling and deleting the old ones). Specifically in your case I would remove these lines of code: // Use the container and our NinjectDependencyResolver as // application’s resolver var resolver = new NinjectDependencyResolver(container); GlobalConfiguration.Configuration.DependencyResolver = resolver; … Read more