Hi,
Thank you for your inquiry.
Recently, we made change for the way of using License key. For the way” Spire.License.LicenseProvider.SetLicenseKey(...)”,our product is no longer in use. For how to apply licesne key , you can refer to the following code, and please kindly note that the “LoadLicense” method must be used except doc products when using multiple individual products in one project.
- Code: Select all
Spire.Pdf.License.LicenseProvider.SetLicenseKey("key")
Spire.Pdf.License.LicenseProvider.LoadLicense();
Spire.Xls.License.LicenseProvider.SetLicenseKey("key")
Spire.Xls.License.LicenseProvider.LoadLicense();
If you have any issue, just feel free to contact us.
Sincerely,
Ula
E-iceblue support team