hi
i am using Assembly Aspose.PDF, Version=20.7.0.0, it was working under .net 5.0 .i upgrade my .net platform to .net 6, the below code does not work:
var pdfLicencess = new Aspose.Pdf.License();
using var stream = new MemoryStream(array);
pdfLicencess.SetLicense(stream);
please see attachment (229.4 KB)