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 

Valid License Checksum Issue

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



Joined: 13 Apr 2006
Posts: 5

PostPosted: Mon Jul 17, 2006 4:16 am    Post subject: Valid License Checksum Issue Reply with quote

Hello,

I created a custom generator using the sample code but I am encountering an issue with the checksum.

For some reason, some checksums are containing only 1 digit and in the sample code you have this line:

if (license.ProductInfo.Length < 2) return false;

This returns false for these users.

Is it safe to change this line to:

if (license.ProductInfo.Length < 1) return false;


Thanks,

John R
Back to top
View user's profile Send private message
johnr



Joined: 13 Apr 2006
Posts: 5

PostPosted: Mon Jul 17, 2006 4:19 am    Post subject: Reply with quote

Well, I changed the code and it seemed to work fine.

Thanks,

John
Back to top
View user's profile Send private message
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