0 votes
by (120 points)

We own the SFTP .NET Library and want to deploy an SSIS Package to our SQL Server Integration Services instance and create a job that uses the C# Script Task. If we install the licensed, downloaded client library on the server, does that handle registration of the assemblies in the GAC on the Server. The server doesn't have Visual Studio installed.

Thanks
Andrew

1 Answer

0 votes
by (13.0k points)

Hello,
the installation package is not intended for deployment to production environment. It's for installation on developer's machine.

If you want to deploy the DLLs used in SSIS to GAC on production machine, please use gacutil –i assemly.dll.

More info can be found at http://blog.rebex.net/using-ftp-ssl-in-ssis-package-in-vs-2012/

...