LEADTOOLS Support
General
General Questions
Setting run time License for Leadtools V.20 in HTML5 and JS
#1
Posted
:
Monday, February 26, 2018 2:32:43 AM(UTC)
Groups: Registered
Posts: 7
Thanks: 3 times
Hi Guys,
These are my lines of code in typescript file of my application :-
lt.LTHelper.licenseDirectory = "../Scripts/Leadtools/";
lt.RasterSupport.setLicenseUri(null, function () {
if (!lt.RasterSupport.kernelExpired)
lt.LTHelper.log("LEADTOOLS client license set successfully");
});
I have copied contents from IMSCAN SYSTEMS LTD-DOCSTE20_OEMSVR-20.lic into LeadtoolsLicense.txt. The contents in LeadtoolsLicense.txt starts from [License]
License =<doc><ver>2.0</ver><code> details</code></doc>.
lt.RasterSupport.kernelExpired returns a true instead of false.
I am still getting the LEADTOOLS Nag Message.
Please let me know what more I have to do to get rid of this message.
I have succeeded in implementing it in my C# application with no difficulty.
Any help will be highly appricated.
Thanks,
Lawrence
#2
Posted
:
Monday, February 26, 2018 10:35:22 AM(UTC)
Groups: Registered, Tech Support, Administrators
Posts: 199
Was thanked: 28 time(s) in 28 post(s)
Hello Lawrence,
There is a LeadtoolsLicense.txt file you need from sales that you will copy, unmodified, into the directory. According to our records, and the fact you created the file yourself, you haven't received that file yet. I have reached out to our sales team, they should contact you about this.
Thanks,
Anthony Northrup
Anthony Northrup
Developer Support Engineer
LEAD Technologies, Inc.
#3
Posted
:
Monday, February 26, 2018 9:41:41 PM(UTC)
Groups: Registered
Posts: 7
Thanks: 3 times
Hello Anthony,
Thanks Mate. It worked after we got the file from your sales team.
Thanks for the help.
Thanks,
Lawrence
LEADTOOLS Support
General
General Questions
Setting run time License for Leadtools V.20 in HTML5 and JS
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.