Activation licence Problems

Post Reply
aordonez
Posts: 21
Joined: Wed Jun 05, 2019 11:40 am

Activation licence Problems

Post by aordonez » Wed Jun 05, 2019 11:50 am

Hi, we have already purchased the product , when we try to Set the license in our code with Inetlab.SMPP.LicenseManager.SetLicense(licenseContent) we get False as result.
We try to generate a new file with same results.
We do it in the constructor before instanciate the new SmppClient.
alt
Site Admin
Posts: 985
Joined: Tue Apr 25, 2006 9:45 am

Re: Activation licence Problems

Post by alt » Fri Jun 21, 2019 10:45 am

Which version do you use?

Before v 1.3.1 you need to use legacy license file in binary format.
For V2 you need to use license file with header and footer:
-----BEGIN INETLAB LICENSE------
XXXX
-----END INETLAB LICENSE--------
Post Reply