Parameterless constructor missing – NInject Dependency Injection – Asp.net
I have tried to use Ninject 3 to inject "RuleChecker" into my controller, but it doesnt work. Error "Make sure that the controller has a parameterless public constructor." I have read most of the topics with similar issues but could…