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
Okay, I had to dig into the .proj files. Under are tags. You can add within the Reference tags to direct the project to a specific DLL instance.
..\lib\Microsoft.Practices.EnterpriseLibrary.Common.dll ...