We have an Aspose license that was valid on products released before 20 Aug 2020.
Our application uses .Net. The current version that the application has is aspose 19.7.
When I try to update it to any later package I am getting an exception in the following place
var license = new Aspose.Pdf.License();
license.SetLicense(“Aspose.Total.lic”);
The exception says system exception and the stack trace is not readable.
Any idea?