Hi ,
I am compiling the SFTP code using .net 4.0.
I am getting the build error
Error 16 The type or namespace name 'enumSSHAuthentication' could not be found (are you missing a using directive or an assembly reference?) C:\Work\TFS\DnB\Dunn_N_Bradstreet\Agents\DNB_ProcessXmls\DNB_ProcessXmls\FTP.cs 37 13 DNB_ProcessXmls
The version for SFTPLIB is 3.0.0.0 and the description is SmartFTP FTP Library 4.0 Type Library .
Thanks
Felix
.net Framework
-
- Posts: 12031
- Joined: Thu Oct 11, 2001 1:24 pm
- Display name: Mat (SmartFTP)
- Contact:
Re: .net Framework
It seems that your code targets the old version (3.0) of the FTP Library but you have added a reference to the new version of the FTP Library (4.0). Please contact support for assistance.
Last edited by mb on Thu Nov 06, 2014 11:38 pm, edited 1 time in total.