We have used custom .dll file PDFSharp in our code to combine the pdf files. This is working fine in D365 FOE version PU31 (10.07). But after upgrading it to PU 36 (10.0.12) the code is looking for some other version .dll file and giving below error.
We have added the file as reference and it shows the version 1.0.0.0
Could not load file or assembly 'PdfSharp, Version=1.50.5147.0, Culture=neutral, PublicKeyToken or one of its dependencies. The system cannot find the file specified.
We have checked in the bin folder as well and the file do exists.
What could be the issue?