"The referenced component 'WinSCP' could not be found"
1: download the automation pack. for .net dll
2: download the Executables for Winscp
3: Copy the Directory WinScp438 into a directory. and also the dll into the same directory and install by doing the follwing command line
4: c:\Program Files\Microsoft Visual Studio 9.0\VC>gacutil /i "c:\Program Files\winscp438\WinSCP.dll"
5: c:\Program Files\Microsoft Visual Studio 9.0\VC> "c:\Program Files\winscp438\WinSCP.dll" /codebase /tlb
6: Create a new project Visual studio 2008
7: GAC version is not shown in the Addrefference, so go to browse and locate the winscp.dll, Still wont accetp there is the following error message. what am i doing wrong.
Error "Warning 1 The referenced component 'WinSCP' could not be found. "
using WinScp; "Cannot resolve symbol Winscp".
2: download the Executables for Winscp
3: Copy the Directory WinScp438 into a directory. and also the dll into the same directory and install by doing the follwing command line
4: c:\Program Files\Microsoft Visual Studio 9.0\VC>gacutil /i "c:\Program Files\winscp438\WinSCP.dll"
5: c:\Program Files\Microsoft Visual Studio 9.0\VC> "c:\Program Files\winscp438\WinSCP.dll" /codebase /tlb
6: Create a new project Visual studio 2008
7: GAC version is not shown in the Addrefference, so go to browse and locate the winscp.dll, Still wont accetp there is the following error message. what am i doing wrong.
Error "Warning 1 The referenced component 'WinSCP' could not be found. "
using WinScp; "Cannot resolve symbol Winscp".