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

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

qt - Errors in generated MOC files for QT5 from cmake -