We have been using DyanmicPDF.Printing for several years in .net 4.7.2. We are in the process of moving our codebase to .net 8. I've updated our version of DynamicPDF to 4.22, but now when we call the license addition, we are getting this exception:
cete.DynamicPDF.Printing.PrintJob.AddLicense("licenseinfo")
System.IO.FileNotFoundException: 'Could not load file or assembly 'DynamicPDF.Printing, Version=4.22.0.51387, Culture=neutral, PublicKeyToken=09b5ce0d5c0a9d8b'. The system cannot find the file specified.'
I've tried both from the nuget ref and from direct references. What else can I do to achieve this?