This is my first time trying to use Ninject so I am probably doing this wrong. Here is what I have done so far and the error I am getting:
- Created a new MVC3 application called TestApplication.
- Downloaded (via NuGet) Ninject v2.2.1.4 and Ninject.MVC3 v2.2.2.0
- Changed System.Web.HttpApplication to NinjectHttpApplication on line 14 of the Global.asax file.
- Built the application.
This resulted in the following error:
Error 1 'TestApplication.MvcApplication' does not implement inherited abstract member 'Ninject.Web.Mvc.NinjectHttpApplication.CreateKernel()'
I have not altered the App_Start>NinjectMVC3.cs code.
What do I need to do to clear the error? Thanks for your help in advance.