Ninject “No parameterless constructor defined for this object.”
问题 I'm testing Ninject, but following the how-to, i find it impossible to make it work. The information on the web is so messy even contradictory. I'm developping a website in MVC 4 on visual studio 2012 and i did install Ninject using Nuget. So I get an error : "No parameterless constructor defined for this object.". As soon as I enter my controller. I did the necessary steps : Nuget installation in NinjectWebCommon.cs, I did register my Interface in the RegisterServices method. In my