WeOnlyDo Support

Frequently Asked Question

I'm getting error: "...An instance of type 'WeOnlyDo.Client.FtpDLX' was being created, and a valid license could not be granted for the type 'WeOnlyDo.Client.FtpDLX'..." why?
Last Updated 12 years ago

When I try to run my application on other machine (when distributing wodFptDLX.NET) I'm getting this error:
An instance of type 'WeOnlyDo.Client.FtpDLX' was being created, and a valid license could not be granted for the type 'WeOnlyDo.Client.FtpDLX'. Please,  contact the manufacturer of the component for more information. 
An unhandled exception occured.  ====Inner Exception====  An instance of type 'WeOnlyDo.Client.FtpDLX' was being created, and a valid license could not be granted for the type 'WeOnly .Client.FtpDLX'. Please,  contact the manufacturer of the component for more information.”

Probably you didn't set LicenseKey Property in your code or you didn't set it in right form.

Here is example how you can input LicenseKey in your code:
dlx1.LicenseKey = "XXXX-XXXX-XXXX-XXXX"
dlx1.Connect()

It is important that you input it in your code prior issuing Connect Method .

Please Wait!

Please wait... it will take a second!