I bought a renewal of Aspose.PDF.NET.lic when I replace my existing Aspose.PDF.NET.lic with the new Aspose.PDF.NET.lic my C# MVC app gives this error “System.ArgumentException: Unsupported algorithm with renewal of Aspose.PDF.NET.lic”
I put back my old Aspose.PDF.NET.lic and the old license works. How do I get the new license to work?
This is the line of code that gets the error: license.SetLicense(HttpContext.Current.Server.MapPath("~/Aspose/Aspose.PDF.NET.lic"));