Need Framework 4.0 version of WinSCP
I believe I need a Framework 4.0 version of WinSCP.
I am trying to use it for the first time in my c# code.
1. I've downloaded version 5.5.6.4746. I believe this is Framework 4.5.
2. I've added the WinSCP.exe and WinSCPnet.dll to my output directory in my VS project file.
3. I've added a 'using WinSCP;' statement to my code.
It does not find the namespace. The error is "The type of namespace name "WinSCP" could not be found (are you missing a using directive or an assembly reference?)"
I'm new to c# programming, so it could just be inexperience. OS/app version info:
Windows 7 Pro, 64 bit
Visual Studio 2010 Pro
Framework 4.0 for c# app which will use WinSCP, platform x86
I am trying to use it for the first time in my c# code.
1. I've downloaded version 5.5.6.4746. I believe this is Framework 4.5.
2. I've added the WinSCP.exe and WinSCPnet.dll to my output directory in my VS project file.
3. I've added a 'using WinSCP;' statement to my code.
It does not find the namespace. The error is "The type of namespace name "WinSCP" could not be found (are you missing a using directive or an assembly reference?)"
I'm new to c# programming, so it could just be inexperience. OS/app version info:
Windows 7 Pro, 64 bit
Visual Studio 2010 Pro
Framework 4.0 for c# app which will use WinSCP, platform x86