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.

Fri Nov 15, 2019 8:17 am

Hi Team,

We are facing an issue with the loading of Spire.xls license file in our .Net Core Project.

We have the license of Spire.XLS (7.12.150) and its working fine with other .Net Framework applications but for our .Net Core applications(.net core 2.2) we have installed Spire.XLS (9.11.2) and License file is not supporting. Are we missing something ?

Please help us with this ASAP.

Please note we are using below code(Program.cs) to load License file

public static void Main(string[] args)
{
Spire.License.LicenseProvider.SetLicenseFileName("License File Name");
Spire.License.LicenseProvider.LoadLicense();

//we tried below code as well
Spire.License.LicenseProvider.SetLicenseKey("key");
Spire.License.LicenseProvider.LoadLicense();

}

Thanks in advance.

smrt_sarang
 
Posts: 2
Joined: Thu Oct 25, 2018 1:08 pm

Fri Nov 15, 2019 8:34 am

Hi,

Thanks for your inquiry.
Sorry that we don't find purchase information according to your email address, could you please provide your Order information or purchase email?
Besides, please note the 1 year subscription enables free updates and prior technical support for 1 year, after it expires, you can still use the licensed version of the product to deploy applications, but the product updates are no longer available.

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Tue Dec 10, 2019 7:16 am

Hi,

Greetings from E-iceblue.
Has your issue been resolved? Could you please give us some feedback at your convenience?

Sincerely,
Betsy
E-iceblue support team
User avatar

Betsy.jiang
 
Posts: 3099
Joined: Tue Sep 06, 2016 8:30 am

Return to Spire.XLS