Hi,
I tested the offline activation for node-locked licenses and on the application start after the activation I got the error LA_E_INET “Failed to connect to the server due to network error”.
During the offline activation I used the following functions:
SetProductData()
SetProductId()
SetAppVersion()
SetLicenseCallback()
SetLicenseKey()
ActivateLicenseOffline()
IsLicenseGenuine()
After the activation the application works fine and I don’t get any error in my license callback.
For the offline start I used the following functions:
SetProductData()
SetProductId()
SetAppVersion()
SetLicenseCallback()
IsLicenseGenuine()
In the license callback I get the error LA_E_INET “Failed to connect to the server due to network error”. The application really hasn’t access to the Internet.
Am I doing something wrong?
Best regards