Aspose License issue while download data into exel from AsposeGridWeb

Hi Team,

We have valid license up to 26Dec2013.But EVALUATION COPYRIGHT WARNING and Evaluation Warning sheets display se while save the data from Aspose GridWeb to excel sheet.Please find the attached sample sheet.

Please let us know how to avoid these sheets.

Used Code:

Aspose.Cells.License license = new Aspose.Cells.License();

license.SetLicense("Aspose.Total.lic");

EVALUATION COPYRIGHT WARNING
This file is created using EVALUATION VERSION of Aspose.Cells.GridWeb.
Evaluation Limitations:
1 This EVALUATION LICENSE WARNING worksheet will be added to all web pages created with Aspose.Cells.GridWeb.
2 The usage of this Evaluation Version in any Commercial Application is strongly PROHIBITED.
3 Any Violation to the Usage Policies of this Product shall require a mandatory purchase of pay license as well as expose the user to other legal recourse for collection and punitive damages.

Copyright 2004 - 2013 Aspose Pty Ltd.

Thanks and Regards

Saravanan.l

Hi,

Please make sure that you are setting your Aspose.Total license separately for both Aspose.Cells.GridWeb and Aspose.Cells in your code and your code should be processed at least one time in the whole application life cycle. Also, you should set the licensing code in your Application_Start event which is recommended. See the document and read it out thoroughly to understand everything:
http://www.aspose.com/docs/display/cellsnet/Licensing


If you still find the issue, kindly do create a runnable sample project (without your license file), zip it and post it here to show the issue, we will check it soon.

Thank you.