Using WinSCP from Visual Studio 2013

Advertisement

jcborland
Joined:
Posts:
2
Location:
Dromore, Co.Down

Using WinSCP from Visual Studio 2013

Hi,
I'm having problems using WinSCP within a C# project in Visual Studio 2013. The annoying thing is I have it working in another project.

I've copied the WinSCP.exe and WinSCPnet.dll into the obj/Debug folder of my project and I've added a reference to it in my project.

When I key in my "using WinSCP;" directive at the top of the program it shows me the "WinSCP" and all my errors disappear (I'm using some WinSCP methods and I've no errors on them either ) but when I build the project I get :

"The type or namespace name 'WinSCP' could not be found (are you missing a using directive or an assembly reference?)

I've compared this project the one that's working and they seem the same. I'm obviously missing something very simple but I'm stuck at the moment. Can anyone give me any guidance?

Regards,
Jim.

Reply with quote

Advertisement

Advertisement

You can post new topics in this forum