ninject / Ninject.Web.Mvc

extension for ninject providing integration with ASP.NET MVC
http://ninject.org/
Other
238 stars 85 forks source link

type or assembly bootstrapper is unknown #17

Closed sp4ceman closed 13 years ago

sp4ceman commented 13 years ago

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.

remogloor commented 13 years ago

Closed - not a bug.

For support requests use the mailing list: https://groups.google.com/forum/?fromgroups#!forum/ninject Check that the correct assemblies are referenced!