i have an mvc site thats used ninject (not sure which version) via the global.asax and the application start method.
i saw the new ninject packages in nuget and so i installed those.
everything looks great, it adds all the files, but it won't compile
the app_start\NinjectMVC3.cs has a type "bootstrapper" that is unknown.
i'm missing a reference or something, but i don't know where to start looking.
the project is referencing ninject and ninject.mvc.
i have an mvc site thats used ninject (not sure which version) via the global.asax and the application start method. i saw the new ninject packages in nuget and so i installed those. everything looks great, it adds all the files, but it won't compile the app_start\NinjectMVC3.cs has a type "bootstrapper" that is unknown. i'm missing a reference or something, but i don't know where to start looking. the project is referencing ninject and ninject.mvc.