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.

Wed Feb 09, 2022 1:45 am

Hello David,

Thanks for your inquiry.
According to the previous records we found that the suffix of your company’s license email address is "@atos.net". Your license will expire on 2023-02-08 and is still valid and compatible with the Spire.Office fix.

Meanwhile, I did an initial test with your license and found that the evaluation warning message can be removed successfully. How do you apply your license? We recommend you apply your license by license key, since sometimes your application could not read the license file because of lack of permission or other reason. You can invoke the following method at the top of the entry method of your application.

Code: Select all
//The parameter key is the value of the Key attribute of the element License of your license xml file.
Spire.License.LicenseProvider.SetLicenseKey("FlBfB7/Fyykd……CDlTja4yyb4=");// your license key starts with "FlBfB7/Fyykd" and ends with "CDlTja4yyb4="

• If your application is WinForm Application or Console Application, this code above should be added into the Main method.
• If your application is ASP.NET Application, you need to add Global.asax into your project and add this method code above into the Application_Start method.
• If your application is ASP.NET Core Application, this code above should be added into the Startup method of Startup.cs.

If there are any questions, just feel free to contact us.

Sincerely,
Brian
E-iceblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Fri Feb 11, 2022 9:31 am

Hello David,

Greetings from E-iceblue!
Has your issue been resolved? Any feedback will be greatly appreciated.

Sincerely,
Brian
E-iceblue support team
User avatar

Brian.Li
 
Posts: 1271
Joined: Mon Oct 19, 2020 3:04 am

Return to Spire.Doc