mrblah
mrblah

Reputation: 103717

where do I get ninject that is asp.net mvc friendly?

Ninject's site only has version 1.0

where can I get the one that has ninject.framework.mvc libriaries?

Upvotes: 2

Views: 119

Answers (2)

bkaid
bkaid

Reputation: 52093

The easiest way is to use NuGet and add Ninject.MVC3

PM> Install-Package Ninject.MVC3

Upvotes: 2

Related Questions