LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 - WeOnlyDo Discussion board

LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6 (wodSFTP / wodSFTP.NET / wodSFTPdll)

by Andrew Rudenko, Thursday, November 21, 2013, 15:32 (3799 days ago)

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: