ninject / Ninject.Web.Mvc

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

Ninject MVC2 library is missing RegisterAllControllers in methods on NinjectHttpApplication #5

Closed sekhat closed 14 years ago

sekhat commented 14 years ago

as the title says

shyndman commented 14 years ago

Take a look at this commit

They were removed here. You can just copy and paste them into your application. I don't know the preferred method of accomplishing this task.

remogloor commented 14 years ago

This is not necessary anymore. Ninject resolves class types as self binding by default.

remogloor commented 14 years ago

Closed

shyndman commented 14 years ago

Ah, that's sweet. Thanks for your reply.