c# - Cannot find missing reference -


i trying copy code 1 project another. there 1 problem however:

the type 'microsoft.practices.enterpriselibrary.data.sql.sqldatabase' defined in assembly not referenced. must add reference assembly 'microsoft.practices.enterpriselibrary.data, version=3.1.0.0, culture=neutral, publickeytoken=null'. 

the problem can't find microsoft.practices.* anywhere. know can find file?

if you're trying copy code working project, code must have reference microsoft.practices.enterpriselibrary.data. find reference in visual studio , @ properties.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -