I downloaded and installed the NuGet Package: Select.Pdf
. At runtime, when I click on the button that utilizes the code using the Select.Pdf namespace, I get the following exception:
The package is in the proper file directory and is properly installed, as you can see via the packages.config
file:
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Select.Pdf" version="16.4.0.1" targetFramework="net452" />
</packages>
I've been fighting with this for 2 weeks and I'm pretty much over it. Has anyone ever encountered this? Does anyone know how to fix this?
PDFSharp
. – Exciseman