Differences

This shows you the differences between the selected revisions of the page.

2014-09-10 2014-09-11
deploying azure webjob (martin) library_install (martin)
Line 22: Line 22:
WinSCP .NET assembly in available as [[https://www.nuget.org/packages/WinSCP/|NuGet package with the same name]]. WinSCP .NET assembly in available as [[https://www.nuget.org/packages/WinSCP/|NuGet package with the same name]].
-The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time, as described [[library_install#vs|above]].+The NuGet package includes the assembly itself and a required WinSCP executable. When installed, it adds the assembly as reference to your project and sets up WinSCP executable to be copied to project output directory, so that it can be found on run-time, as described [[#vs|above]].
No other setup is needed, so you can start coding straight away after installation. No other setup is needed, so you can start coding straight away after installation.
Line 29: Line 29:
In special cases, you may need to install the assembly into Global Assembly Cache (GAC), particularly to use it from [[library_ssis|SSIS]]. In special cases, you may need to install the assembly into Global Assembly Cache (GAC), particularly to use it from [[library_ssis|SSIS]].
-When you install the assembly to GAC, you need to use it, as if it is [[library_install#executablepath|installed to alternative location]].+When you install the assembly to GAC, you need to use it, as if it is [[#executablepath|installed to alternative location]].
==== On Development Machine ==== ==== On Development Machine ====

Last modified: by martin