LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 (wodSFTP / wodSFTP.NET / wodSFTPdll)
Hello,
I'm using WeOnlyDo.Client.SFTP in the following way:
var sftp = new SFTP();
sftp.Hostname = "...";
sftp.Login = "...";
sftp.Password = "...";
string remotePath = "...";
sftp.Blocking = true;
sftp.LicenseKey = "XXXX-XXXX-XXXX-XXXX";
This code is present in my <SFTP_USING>.dll that I reference in my program.
But when I try to execute the program I receive the LicenseException stating
"An instance of type 'WeOnlyDo.Client.SFTP' was being created, and a valid license could not be granted for the type 'WeOnlyDo.Client.SFTP'. Please, contact the manufacturer of the component for more information."
I've already tried to add licenses.licx file to the <SFTP_USING>.dll with content "WeOnlyDo.Client.SFTP, WeOnlyDo.Client.SFTP", and made sure the assembly contains the <SFTP_USING>.dll.licenses resource, but the error persists.
There were no such issues with the trial version, but after purchase I can't make it work.
Could you please help?
Complete thread:
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - Andrew Rudenko, 2013-11-21, 15:32
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - wodDrazen, 2013-11-21, 15:37
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - Andrew Rudenko, 2013-11-21, 16:03
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - wodDrazen, 2013-11-21, 16:09
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - Andrew Rudenko, 2013-11-21, 16:15
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - wodDrazen, 2013-11-21, 16:09
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - Andrew Rudenko, 2013-11-21, 16:03
- LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - wodDrazen, 2013-11-21, 15:37