Infralution Support Forum Index Infralution Support
Support groups for Infralution products
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

The only allowable password in evaluation mode is 'TEST'

 
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support
View previous topic :: View next topic  
Author Message
michalJ2
Guest





PostPosted: Thu Oct 05, 2006 5:53 pm    Post subject: The only allowable password in evaluation mode is 'TEST' Reply with quote

Hello,
we use this code

Code:
public class SampleLicensing
{
    private EncryptedLicenseProvider    elp =           null;
   

    public SampleLicensing()
   {
        this.elp = new EncryptedLicenseProvider();
    }

    public String GenerateLicenseKey(String password, String productInfo, ushort licenseNumber) {
        return this.elp.GenerateKey(7, password, productInfo, licenseNumber);
    }

}


for generate new license key for our customer on the our portal. Now we have problem with this exception

Code:
The only allowable password in evaluation mode is 'TEST'
Exception Details: System.ComponentModel.LicenseException: The only allowable password in evaluation mode is 'TEST'


when we changed password TEST. We have ofcourse licensed version.
On the webserver we instaled license trecker and we can create key with different password without problem. We use version 3.2.0


Thanks for help
Back to top
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Thu Oct 05, 2006 10:46 pm    Post subject: Reply with quote

You need to install your ILS license key on the portal server (that is generating the key). To do this locate the Infralution.Licensing.EncryptedLicensing.lic file create by License Tracker on your local machine (found under Program Files\Infralution\Infralution Licensing System\License Tracker) can copy this file to your portal machine to the directory containing the Infralution.Licensing.dll.

An alternative (possibly a better option) is to include the code for the EncryptedLicenseProvider class, that we supplied when you purchase, directly into your portal generator project. This avoids the need for the separate DLL and the license key.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Display posts from previous:   
Post new topic   Reply to topic    Infralution Support Forum Index -> Licensing Support All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group