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