Compile Error - SqlConnectionProperties can not be found

EdwardWaltmonEdwardWaltmon Posts: 2
edited July 2, 2007 3:10PM in SQL Toolkit Previous Versions
I inherited a database updating program, and trying to compile it generates the following error:

E:\Source\Database Script Mgr\DatabaseRipper.cs(334): The type or namespace name 'SqlConnectionProperties' could not be found (are you missing a using directive or an assembly reference?)

I have the following references (and #usings):
RedGate.Compression.ZLib version 5.3.0.2
RedGate.SQL.Shared version 5.4.0.5
RedGate.SQLCompare.Engine version 5.4.0.22
RedGate.SQLDataCompare.Engine version 5.4.0.59

I suspect this is a version issue, as this application was written several years ago, and my RedGate version is current. If this is the case, is their any documentation on how to update an existing application or how to get older .dlls?

Thanks

Comments

Sign In or Register to comment.