Spire.XLS is a professional Excel API that enables developers to create, manage, manipulate, convert and print Excel worksheets. Get free and professional technical support for Spire.XLS for .NET, Java, Android, C++, Python.

Thu Jul 20, 2023 9:22 am

Hi,
I wanted to refresh the Spire from Nuget (8.5.3-> 8.7.0)
8.5.3 work corretcly, but 8.7.0 has an compiling error: The type or namespace name 'LicenseProvider' does not exist in the namespace 'Spire.License'.
What is the problem?

Framework: .NET CORE 7.0
System: Win 10
Visual Studio

Thanks:
Attila Farkas

dunaiceblue
 
Posts: 5
Joined: Wed Nov 16, 2022 7:20 am

Thu Jul 20, 2023 9:29 am

Hi,

Thanks for your inquiry.
Starting from version 9.6.0 of Spire.PDF, version 11.5.12 of Spire.Doc, version 13.6.0 of Spire.Xls and version 8.6.0 of Spire.Presentation,
we have made changes to the licensing method. Please update your application's applying licensing key method accordingly.

Code: Select all
Spire.Pdf.License.LicenseProvider.SetLicenseKey("your license key");
Spire.Doc.License.LicenseProvider.SetLicenseKey("your license key");
Spire.Xls.License.LicenseProvider.SetLicenseKey("your license key");
Spire.Presentation.License.LicenseProvider.SetLicenseKey("your license key");

For more information about applying the license, you can visit the following link:
https://www.e-iceblue.com/Tutorials/Licensing/Licensing.html#Apply_by_Key

We apologize for any inconvenience caused and for not notifying you in a timely manner. If you have any further questions or if there is anything else we can assist you with, please feel free to let us know. We are here to help.


Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Thu Jul 20, 2023 9:46 am

Hi,
Ok, I fix it, and the compiling works.
Best regards,
Attila

dunaiceblue
 
Posts: 5
Joined: Wed Nov 16, 2022 7:20 am

Thu Jul 20, 2023 9:52 am

Hi,

Thanks for your feedback.
If you have any further questions or require additional assistance, please do not hesitate to reach out to us. We are here to help.

Have a nice day! :D

Best regards,
Triste
E-iceblue support team
User avatar

Triste.Dai
 
Posts: 1000
Joined: Tue Nov 15, 2022 3:59 am

Return to Spire.XLS