Question

I am using Visual Stidio 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?

Was it helpful?

Solution

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?

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top