Compile Error - SqlConnectionProperties can not be found
EdwardWaltmon
Posts: 2
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
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
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.