You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: