Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?)

share|improve this question
@RobertHarvey How was this too localized? – Joshua Drake Jan 9 at 20:13
See the answer Alan posted. He added the wrong reference. – Robert Harvey Jan 9 at 20:54

closed as too localized by Robert Harvey Nov 1 '12 at 20:09

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

1 Answer

up vote 1 down vote accepted

Crap. My solution has a bunch of projects in it, and I had added the reference to the wrong one. Of course, I didn't realize this until after I posted this question.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.