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"
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.
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.
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.
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.