Hi,
When used in an API, I sometimes get the error:
Error occured: System.IO.IOException: This license file is corrupted
The license file is loaded with this code:
Aspose.Cells.License license = new Aspose.Cells.Lice…...EmbeddedResourceQuer(); var stream = embeddedQuery.Read<Excel....lic"); license.SetLicense(stream); However, we tried this approach...