开发者

asp.net: Should dropping dlls into the Bin folder work in asp.net MVC?

开发者 https://www.devze.com 2022-12-20 08:10 出处:网络
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 refere

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消