Set License

After most recent update my license no longer gets set.


Aspose.Cells.License license = new Aspose.Cells.License();
license.SetLicense(“Aspose.Total.lic”);

Previously had the license file as content. Changed to Embedded, but that also did not work.

Hi,


Thanks for sharing the details.

Do you get some error on the second line of code or you do not get any error at all? Please make sure that the licensing code should be processed in your application life cycle, otherwise Aspose.Cells APIs would be used in evaluation mode and you will always get evaluation watermark. Please provide complete details and stack trace (if you find) for the issue.

Thank you.