View previous topic :: View next topic |
Author |
Message |
hanshimmler
Joined: 14 Apr 2013 Posts: 5
|
Posted: Fri Jun 28, 2013 2:49 pm Post subject: Error when calling LicenseUtilities.InstallILSLicense |
|
|
Hi,
I upgraded some while ago from ILS v4 to ILS v5.
Now I work on a webservice to generate licensekeys that afterwards will be used together with Infralution AutenticatedLicenseProvider.
My service is a WCF service written in c# and this service is called from an ASP.Net page.
The first thing I do in my c# code is to install a ILS License via calling
LicenseUtilities.InstallILSLicense("mylicensekey");
For "mylicensekey" I use my 'Single Developer Upgrade from V4' key I received from Infralution support.
When I call the mentioned method on my LOCAL DEV machine (using my local IIS webserver on windows) all works fine.
IF I call the mentioned method using the very same license key ON MY PRODUCTION SERVER (again running IIS on Windows) I fail with the error message:
The number of installations allowed for this license key has been exceeded.
I thought I can install a given key on both my dev machine and one server instance.
What can I do to get my service on my production server to work ?
Hope one can help.
Best regards
Hans-Juergen
AKos GmbH |
|
Back to top |
|
|
Infralution
Joined: 28 Feb 2005 Posts: 5027
|
Posted: Sat Jun 29, 2013 12:08 am Post subject: |
|
|
Email support@infralution.com with details of your license key and we will be able to help you. _________________ Infralution Support |
|
Back to top |
|
|
|