Evalution Coprright Warning is coming on excel workbook even have License

Hi,

We have License of ASPOSE cells for .NET. If we generate Excel with multiple sheets , it is giving Evaluation Copyright Warning which should not as we have License.

Following is our code:

Dim licence As License

Dim strLicencePath As String = "PathForLicenceFile"

licence = New License()

licence.SetLicense(strLicencePath)

Please suggest me as soon as possible.

Thanks,

Yogita.


Hi Yogita,

Sorry for the inconvenience, this should not happen since you are using the valid license can you please send me the license file so that we may check the reason for the
Evaluation Copyright Warning.

Please send me your license copy on my Email ID not on the forum, use the following link to send your license file.

How to Send License File to Support Team

In case of further clarification please contact us.

Best Regards,


Hi Yogita,

Thank you so much for providing us the license file to validate the test. I have checked the license file its working fine no issue in license file using the hot fix version of Aspose.Cells 5.2.0.1.

code:

Dim licence As License
Dim strLicencePath As String = “D:\TestFiles\Aspose.Cells.lic”
licence = New License()
licence.SetLicense(strLicencePath)

Please visit the following link to download the v5.2.0.1.

File Format APIs for .NET Core, Java, Python, C++, Android | products.aspose.com

In case of any further assistance please contact us.

Best Regards,

Hi ,

We visited above mentioned URL for v5.2.0.1 version, but we found v5.2.0 only and this version also giving same issue.

Please provide us correct version ASAP.

Thanks,

Hi,

I think it is quite possible that your licensing code is not processed, you are getting evaluation worksheet in the generated file. Please make sure that the code is processed in your project. You should put the licensing code at the place where it should:
1) process at least one time in your whole application life cycle.
2) if you are using a web application, Application_Start or Session_Start event would be best places to paste licensing code.

See a topic for your reference:
http://www.aspose.com/documentation/.net-components/aspose.cells-for-.net/licensing.html

If you still find any issue or could not evaluate it, kindly create a sample application (your desired sample “hello world” program and your license file etc.), zip it and post us via email, see the steps how you may post us the sample project:

To email (with your attachment(s)), please follow the below mentioned steps:

1: click the Contact button in the Post

2: In the drop down list options click "Send Amjad Sahi an Email”.

3: Attach the project and send it (you may zip the files prior attaching it).

4: Once you have done it, kindly confirm us here in this thread.


Thank you.