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

by Andrew Rudenko @, (4180 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?

locked

LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6

by Jasmine, (4180 days ago) @ Andrew Rudenko

Hi Andrew,


Did you insert your License key value inside LicenseKey Property?

Let us know how it goes.


Regards,
Drazen

locked

LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6

by Andrew Rudenko @, (4180 days ago) @ Jasmine

Hi Andrew,


Did you insert your License key value inside LicenseKey Property?

Let us know how it goes.


Regards,
Drazen

Yes, I did.

Actually, I've just realized that I haven't installed the product (it happened to be unnecessary with trial assembly). After installation everything works like a charm, so I have the only question - will I need to install the library on each server my application is installed, or adding the "...dll.licenses" resource is enough?

locked

LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6

by Jasmine, (4180 days ago) @ Andrew Rudenko

Andrew,

Excellent we are happy to hear that it works now.

You only need to distribue WeOnlyDo.Client.SFTP.dll with your application.

Drazen

locked

LicenseException in WeOnlyDo.Client.SFTP.dll 3.4.6

by Andrew Rudenko @, (4180 days ago) @ Jasmine

Awesome, thank you for the replies.

locked