We have a .lic file which is valid till 20150801 (checked with sales - 1st August 2015) and now get a warning message for any Excel export “Evaluation Only. Created with Aspose.Cells” for .NET.Copyright 2003 - 2015 Aspose Pty Ltd.
How do we stop the message since our customers are getting it. We didn’t change anything - .lic was working fine not due for renewal…
Hi,
Well, please make sure that your licensing code should run at least one time in the whole life cycle of your application, it looks like your licensing code does not process at all. Please make sure that licensing code should be run at least one time in your whole application life cycle, you should place the licensing code at a place where it should be processed fine. For example, for a web application scenario, you may place the licensing code in Application_Start event in global.asax. For other applications scenario, you may place the licensing code in your class library which it should be run when you create object for that class library (e.g in the constructor) before using any other APIs of Aspose.Cells for .NET.
If you still could not evaluate, kindly create a separate sample application, zip it and post it here to reproduce the issue on our end, we will check your issue soon. You do not need to include your license in your zipped project. To send your license file to us, you may follow the following link (on how to send us your license file) here:
PS. Please also see the document for your reference:
Thank you.
Many thanks - that’s very helpful. We recovered through an IIS Reset (web application) so will look at how the licence is invoked to ensure problem does not happen again
Hi,
Good to know that it figures out your issue now. Feel free to contact us any time if you need further help or have some other issue or queries, we will be happy to assist you soon.
Thank you.