Following is project structure:
- MVC 4 application 1) Project is for MVC having controller has injected interfaces. 2) interfaces are existed into this application.
- Manager library project. 1) Project contain refernece of MVC application. 2) Implementation of each interfaces into this assembly. 3) NinjectMOdule is existed into this project where binded interface with related manager class.
PROBLEM: unable to get injected classes into web application.
it gives following error:
Error No matching bindings are available, and the type is not self-bindable.
Activation path:
2) Injection of dependency ILeadInformation into parameter leadInformation of constructor of type HomeController
1) Request for HomeController