Spire.Doc is a professional Word .NET library specifically designed for developers to create, read, write, convert and print Word document files. Get free and professional technical support for Spire.Doc for .NET, Java, Android, C++, Python.

Tue Aug 01, 2023 1:25 pm

Hi Team,

I'm reaching out for assistance regarding an issue we are facing after migrating our .NET 4.7 API to .NET Core 6.0.

As part of the migration, we added the "Spire.Office.NETCore" NuGet package to our project and included the following code in the Configure method of Startup.cs:
var licenseKey = _configuration.GetValue<string>("SpireLicenseKey");
LicenseProvider.SetLicenseKey(licenseKey?.Trim());
We have confirmed that the SpireLicenseKey provided is valid and not expired. However, despite setting the license key, we are still encountering the following evaluation warning in our generated documents:

"Evaluation Warning: The document was created with Spire.Doc"

We have followed the appropriate steps, but the issue persists. Could you please help us identify the cause of this problem and provide guidance on resolving it?

Any assistance or suggestions you can offer will be highly appreciated.

Thank you for your time and support.

Best regards,
Samadhan Salgar

samadhansalgar1
 
Posts: 1
Joined: Tue Aug 01, 2023 1:12 pm

Wed Aug 02, 2023 6:17 am

Hi,

Thank you for reaching out to us regarding the issue. I would like to inform you that I have already responded to your query via email. Kindly check your inbox for my detailed response.

If you haven't received it yet, please make sure to check your spam or junk folder as well. Our email might have been filtered there by mistake. If you still can't locate it, please let me know, and I will be more than happy to resend it promptly.

Should you have any further questions or concerns, please don't hesitate to reach out to us via this forum or directly through email.

Best regards,
Triste
E-iceblue support team
User avatar

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

Return to Spire.Doc