just a simple question:

I'm going to use Ninject in my ASP.NET MVC 3 application, but in the Package Manager there seem to be a few options:

  • Ninject
  • Ninject.MVC3
  • Ninject.Web

Among others. Which of these should I install?

link|improve this question

1  
I've been wondering this lately too. It's confusing because Ninject.MVC3 was the unofficial version and was recommended against, but now it seems like it is the official version. fwiw, I'm avoiding NuGet for Ninject right now because of the confusion. – qes Mar 10 '11 at 23:53
feedback

2 Answers

Install Ninject.MVC3. The package will automatically install any dependencies it needs (i.e. Ninject)

Edit:

Looking at Ninject.Web.Mvc.nuspec, it looks like it will install Ninject2.2.0.02.2.1.0

Placed proper version. But again, install it directly so that any dependencies are also automatically installed.

link|improve this answer
2  
That's wrong. The file you linked is just a template. It is modified by the build process. A new installation will use 2.2.1.0. – Remo Gloor Mar 11 '11 at 0:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.