Options

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

  • Options
    Brian DonahueBrian Donahue Posts: 6,590 Bronze 1
    Hi,

    I can't find any references to a SqlConnectionProperties in any of the SQL Toolkit documentation. The class used for constructing a connection is called ConnectionProperties.
  • Options
    disregard my message, I was thinking of some of the SqlDbTypes and connectionState that reside in System.Data instead of System.Data.SqlClient.
Sign In or Register to comment.