Differences
This shows you the differences between the selected revisions of the page.
| 2012-06-04 | 2012-06-04 | ||
| could not install to GAC using .NET 1.1, using 1.0 instead (martin) | alternative locations for gacutil (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.0.3705\gacutil.exe /i WinSCP.dll | + | gacutil.exe /i WinSCP.dll | 
| </code> | </code> | ||
| + | |||
| + | Use ''gacutil.exe'' from your version of .NET framework: | ||
| + | * .NET framework 4.0: ''C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin\gacutil.exe'' | ||
| + | * .NET framework 3.5: ''C:\Program Files\Microsoft SDKs\Windows\v6.0A\Bin\gacutil.exe'' | ||
| 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 [[library_install#executablepath|installed to alternative location]]. | ||