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 

Bug in ILS 5.10.2 ?

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



Joined: 31 May 2012
Posts: 24

PostPosted: Wed Apr 16, 2014 8:25 pm    Post subject: Bug in ILS 5.10.2 ? Reply with quote

Hello Support Team,

My application uses some application data for its license (ILS 5.5.3), so that this data is shown in the tracker when the license is authenticated (online only).

Since ILS 5.7.0, it is now possible to embed this application data into the license file to be authenticated offline. I've upgraded my application to ILS 5.10.2 and noted that the application data was not included in the license file.

While stepping through your code I've come across this if..then block in the AuthenticatedLicenseProvider::WriteLicense method (line 1157)

Code:
        If license.ApplicationData IsNot Nothing Then
            WriteTextData(writer, "ApplicationData", license.AuthenticationData)
        End If


I think that the following code allows the Application data to be included in the license file

Code:
        If license.ApplicationData IsNot Nothing Then
            WriteTextData(writer, "ApplicationData", license.ApplicationData)
        End If


Could you confirm this please ?

Thanks in advance !
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Fri Apr 18, 2014 1:08 am    Post subject: Reply with quote

This is indeed a bug. It is in the VB source code only however - which may be why you didn't see it previously. The redistributable assemblies are compiled from the C# source code and so don't have the problem. You can simply make the change in your code and we will fix the VB Source in the download ASAP.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
MaxPower



Joined: 31 May 2012
Posts: 24

PostPosted: Fri Apr 18, 2014 7:34 am    Post subject: Reply with quote

Infralution wrote:
This is indeed a bug. It is in the VB source code only however - which may be why you didn't see it previously. The redistributable assemblies are compiled from the C# source code and so don't have the problem. You can simply make the change in your code and we will fix the VB Source in the download ASAP.


Thanks for the answer.
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