Licensekey - WeOnlyDo Discussion board

Licensekey (General questions)

by Skc, Thursday, December 13, 2007, 10:54 (6190 days ago)

I just purchased wodHTTPDLX.

I received my licensekey as well. According to your documentation, this license key needs to be put into our code as follows:

Http1.Licensekey = xxxx-xxxx-xxxx-xxxx .

I have just tried that. There is an error that says
Error accessing component/property-method: Licensekey .
Unknown name.

It looks like this property is not recognized. The language I am using is Progress 4GL. So far other properties do not give this problem.

Your help is appreciated.


Re: Licensekey

by wodDamir, Thursday, December 13, 2007, 11:10 (6190 days ago) @ Skc

Skc,

You are still using Demo version of the component which doesn't have the LicenseKey Property. Please install the one you received with the e-mail (link was provided), which will prompt you to insert license key during the installation.

You cannot upgrade demo version to full version.

Re-import the component, and you shouldn't receive that error anymore.

Regards,
Damba

Re: Licensekey

by Skc, Thursday, December 13, 2007, 11:24 (6190 days ago) @ wodDamir

Hullo Damba

2 questions:

(1) Do I have to uninstall the demo version first?

(2) If the Full-version asks for the License key, then is it still necessary to put in Http1.Licensekey = xxxx-xxxx-xxxx-xxxx into the our program code for development purpose? And for running it at end-user PC?

Thanks

Re: Licensekey

by wodDamir, Thursday, December 13, 2007, 11:34 (6190 days ago) @ Skc

Skc,

It is adviseable to remove the demo version, so i would highly recommend it. Also, search for any leftover files and remove them too.

As for your other question, the answer is yes. You will still have to set LicenseKey in code in order to distribute the component, regardless to the fact that it is required (License key) during the installation.

Regards,
Damba

Re: Licensekey

by Skc, Friday, December 14, 2007, 07:53 (6189 days ago) @ wodDamir

Hullo Damba

Have done a uninstall of the demo version. Did not do any search as there was no problem in the uninstall.

Reinstall the Full version and type in given key with '-' included. When run program code with Http1.Licensekey = Xxxx-xxxx-xxxx-xxxx message pop up about This product requires valid license code .

Any help how to resolve this?

Thanks
Regards

Re: Licensekey

by woddrazen, Friday, December 14, 2007, 08:07 (6189 days ago) @ Skc

Hi Skc,


LicenseKey is key sensitive. When you insert it, you should use upper cases letter. Something like this: XXXX-XXXX-XXXX-XXXX

If you are developing in Delphi or C++ you should also reimport wodHttpDLX reference in such environment.

If problem persist can you perhaps try it on some other machine?

Let us know how it goes


Drazen

Re: Licensekey

by SKc, Friday, December 14, 2007, 10:45 (6189 days ago) @ woddrazen

Are the - (dashes) necessary?

Re: Licensekey

by woddrazen, Friday, December 14, 2007, 10:53 (6189 days ago) @ SKc

Skc,


Yes, of course.


Drazen