I\'ve got a asp.net project that references Enterprise Library DLL\'s. I can build and deploy my project but the deployment build fails because it can\'t find the DLL\'s. I pe
Highlight the reference in the Solution and change the "Copy Local" in the properties window to True, see if that helps.