Reputation: 103717
Ninject's site only has version 1.0
where can I get the one that has ninject.framework.mvc libriaries?
Upvotes: 2
Views: 119
Reputation: 52093
The easiest way is to use NuGet and add Ninject.MVC3
PM> Install-Package Ninject.MVC3
Upvotes: 2
Reputation: 180958
How to use Ninject2 with ASP.NET MVC
http://codeclimber.net.nz/archive/2009/08/14/how-to-use-ninject-2-with-asp.net-mvc.aspx
Upvotes: 2