The LicenseSpot Framework uses multiple processes to try to find a license installed on the users computer.
The LicenseSpot will search each of the following folders and verify if a license file is found. Below is a list of the folders that it searches by default:
If a license still isn’t found, then no license will be found and an exception will be generated. Any type of license validation will fail at this point.
If you’re saving the license file in a specific folder, then you can use the LicenseValidationInfo class to let the LicenseSpot Framework know where to look for the file. You can use the following code to specify a path:
C#
LicenseValidationInfo info = new LicenseValidationInfo();
info.LicenseFile = new LicenseFile("custom license path");
ExtendedLicense license = ExtendedLicenseManager.GetLicense(typeof(Form1), this,info, "PUBLIC_KEY"); //paste your public key from Key Pairs
VB.NET
Dim info as New LicenseValidationInfo()
info.LicenseFile = new LicenseFile("custom license path")
Dim license as ExtendedLicenselicense = ExtendedLicenseManager.GetLicense(Me.GetType(), Me, info, "your public key")
Dim isActive as Boolean = license.IsSubscriptionActive
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.
Morbi quam odio, ultrices a libero sit amet, lacinia commodo quam. Curabitur sodales ornare ex, eu sodales elit venenatis non.