Search code examples
c#asp.net-mvcdll-reference

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


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?


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?