asp.net: Should dropping dlls into the Bin folder work in asp.net MVC?
I am using Visual Stidio开发者_JAVA百科 2010 Beta 2 and just started using MVC, I copied a bunch of dlls into a Bin folder and Included this Bin folder in the project. It seems that there is no reference to these dlls from Controller classes?
Is this an MVC thing, or a broken project/VS installation?
What do you mean by "included this bin folder in the project", to add a reference, you need right click the project in visual studio, click "Add Reference", then add those dlls into your project. Is this what you are looking for?
edit - J.W. answered as I was typing. :)
Instead of dropping them in the bin folder, try right clicking on "References" and adding them using the Browse... tab.
精彩评论