Differences
This shows you the differences between the selected revisions of the page.
| 2013-12-20 | 2014-06-23 | ||
| 5.5 removing beta tags (martin) | deploying (martin) | ||
| Line 16: | Line 16: | ||
| * Place your C# or VB.NET code into ''ScriptMain.Main'' method (see example below); | * Place your C# or VB.NET code into ''ScriptMain.Main'' method (see example below); | ||
| * Close Visual Studio Tools for Applications and //Script task editor// with //OK// button. | * Close Visual Studio Tools for Applications and //Script task editor// with //OK// button. | ||
| + | |||
| + | ===== Deploying WinSCP .NET Assembly ===== | ||
| + | |||
| + | When deploying your SSIS package, WinSCP .NET assembly needs to be [[library_install#gac|installed to GAC]] to be accessible. | ||
| ===== [[example]] Example C# Script Task Code ===== | ===== [[example]] Example C# Script Task Code ===== | ||