Differences
This shows you the differences between the selected revisions of the page.
2012-05-31 | 2012-06-04 | ||
installing to gac (martin) | could not install to GAC using .NET 1.1, using 1.0 instead (martin) | ||
Line 17: | Line 17: | ||
If you want to install the assembly into Global Assembly Cache (GAC), particularly to use in from SSIS, use following command: | If you want to install the assembly into Global Assembly Cache (GAC), particularly to use in from SSIS, use following command: | ||
<code> | <code> | ||
- | %WINDIR%\Microsoft.NET\Framework\v1.1.4322\gacutil.exe /i WinSCP.dll | + | %WINDIR%\Microsoft.NET\Framework\v1.0.3705\gacutil.exe /i WinSCP.dll |
</code> | </code> | ||