c# - The type or namespace name 'Practices' does not exist in the namespace 'Microsoft' -


i using microsoft visual studio 2005 c# have following namespace on code

using microsoft.practices.enterpriselibrary; using microsoft.practices.enterpriselibrary.appsettings; using microsoft.practices.enterpriselibrary.data; 

and keep on getting error:

-the type or namespace name 'practices' not exist in namespace 'microsoft' (are missing assembly reference?)

what should do?

thanks in advance. :)

you should add reference enterprise library project. can download dlls here: http://msdn.microsoft.com/en-us/library/ff648951.aspx


Comments

Popular posts from this blog

matlab - How to equate a structure array to structure array -

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -