StrataFrame Forum

Do I need to deploy them?

http://forum.strataframe.net/Topic9099.aspx

By Chan - 5/26/2007

Hi,

My Visual Studio Setup project auto include show some sql server dll for me. Do I need to deploy them?

Thank you

By Trent L. Taylor - 5/27/2007

More than likely, No.  This is due to the SMO references in the DBEngine assembly.  If you are going to use the DatabaseMigrator class then the machine you use the DatabaseMigrator class much have the SQL Server client tools installed which can be installed off of the SQL Server CD.  We also provide an SMO only MSM that comes with the framework and can be found in the c:\program files\microfour\strataframe\merge modules folder.  But unless you are directly using the DatabaseMigrator class you should be OK without deploying them.