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 

Version 6.4.2

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



Joined: 11 May 2018
Posts: 52

PostPosted: Mon May 31, 2021 10:09 am    Post subject: Version 6.4.2 Reply with quote

Upgraded from 6.4.1 to the latest, but getting the below error:

'ILSLicenseProvider' is not a member of 'LicenseUtilities'.

Please check!

Uninstalling then installing 6.4.1 from http://www.infralution.com/downloads/Licensing6Setup.exe fixed the issue.
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Mon May 31, 2021 11:05 pm    Post subject: Reply with quote

When are you getting that error?
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Kushal



Joined: 11 May 2018
Posts: 52

PostPosted: Tue Jun 01, 2021 6:51 am    Post subject: Reply with quote

In the code:
Code:
Dim provider As AuthenticatedLicenseProvider = LicenseUtilities.ILSLicenseProvider
provider.UninstallLicense()


Newer DLL fails here
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Tue Jun 01, 2021 10:52 pm    Post subject: Reply with quote

When you say fails do you mean does not compile or fails at runtime?

Is this in your application code? Or in the source code for License Tracker?

Your application code should not be calling the ILSLicenseProvider property - because this is the license provider for the ILS license. Calling this will uninstall the ILS License. The new License Tracker source code also should also not be calling that property because it no longer requires a license and so does not need to uninstall it.
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Kushal



Joined: 11 May 2018
Posts: 52

PostPosted: Wed Jun 02, 2021 5:48 am    Post subject: Reply with quote

Code:
Dim provider As AuthenticatedLicenseProvider = LicenseUtilities.ILSLicenseProvider
provider.UninstallLicense()   


The above is an existing part of my code allowing the user to uninstall an installed license on a button click.
It's always been there, but looks like ILSLicenseProvider is no longer public in the source?
I guess as a work around I'd remove my ability to delete a license as it's only called here.
Back to top
View user's profile Send private message
Infralution



Joined: 28 Feb 2005
Posts: 5027

PostPosted: Wed Jun 02, 2021 8:03 am    Post subject: Reply with quote

That won't uninstall your license it will uninstall the ILS license (which they probably don't have so it will do nothing). If you want to uninstall your license use the AuthenticatedLicenseProvider that you create
_________________
Infralution Support
Back to top
View user's profile Send private message Visit poster's website
Kushal



Joined: 11 May 2018
Posts: 52

PostPosted: Wed Jun 02, 2021 8:16 am    Post subject: Reply with quote

lol!
sounds good, thanks for clarifying!

And thanks for providing support even though, and sadly, you are winding down the business!
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