Steven
Steven

Reputation: 18859

Where can I find ninject.web.mvc.dll?

I feel stupid for even asking this, but I can't find the file anywhere.

I've added Areas to my MVC 2 application. It caused some errors with Ninject, and after some research, I found the solution. Part of the solution is that I need new .dlls, ninject and ninject.web.mvc.

Everywhere I look, it says to go here (https://github.com/ninject/ninject.web.mvc) to get the .dlls. I've downloaded and searched through the download, and can't find it, it's not in there.

Where can I get it?

Upvotes: 0

Views: 1656

Answers (3)

Ian Davis
Ian Davis

Reputation: 3858

Grab the latest of everything from our build server on codebetter.com. Just look at the build artifacts from whichever MVC version you are using.

Upvotes: 3

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

Once you download the source code from GitHub you need to build it.

Upvotes: 0

Vadim
Vadim

Reputation: 17957

You need to build them. There are instructions on how to build them in the download package.

Upvotes: 0

Related Questions