Dec
17
Written by:
Steve Gray
12/17/2010 11:19 AM
Every time I add the DAAB to an application, I struggle a little with which .dlls to add to my project.
So, here it a walk through to get you (and me) started.
Download and install the Enterprise Library 5.0 objects. Choose the larger install, the second one.
Create a project, and set a reference to these dlls:
Microsoft.Practices.EnterpriseLibrary.Common.dll
Microsoft.Practices.EnterpriseLibrary.Data.dll
Microsoft.Practices.ServiceLocation.dll
That should do it.
As always, I welcome your comments!