Differences

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

2013-01-27 2013-02-26
64-bit instructions + typo (martin) side-by-side registration (martin)
Line 54: Line 54:
</code> </code>
 +==== Side-by-Side Registration ====
 +If you register multiple versions of the WinSCP .NET assembly, the .NET framework will always use the latest version registered.
 +
 +If you want to use different version (i.e. downgrade), you need to unregister all newer versions of the assembly and re-register the version you want to use.
 +
 +If you happen to remove the newest registered assembly, without unregistering it first, you will not be able to instatiate classes from the assembly, no matter that you have older versions of the assembly registered too. You need to download the the version you have removed again and unregister it. Exact physical location of the assembly, when unregistering, does not need to match the original location of the removed assembly (as long as the versions match).
===== Deploying ===== ===== Deploying =====
When deploying the assembly, make sure that WinSCP is installed along with the assembly on the target system and that WinSCP assembly can find the ''winscp.exe''. When deploying the assembly, make sure that WinSCP is installed along with the assembly on the target system and that WinSCP assembly can find the ''winscp.exe''.

Last modified: by martin