I'm using Visual Studio 2010, and have installed Microsoft Enterprise Library 5.0 from:
http://www.microsoft.com/en-us/download/details.aspx?id=15104
In my C# project, I've added a reference to Microsoft.Practices.EnterpriseLibrary.Data, which points to C:\Program Files (x86)\Microsoft Enterprise Library 5.0\Bin\Microsoft.Practices.EnterpriseLibrary.Data.dll.
Now I'm trying to add the namespace to my class with the following:
using Microsoft.Practices.EnterpriseLibrary.Data;
However, it gives the error:
The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' (are you missing an assembly reference?)