Hi
I have been developing and running an ASP.NET app that uses SpirePDF for the last 12 months, without issue. I recently updated Visual Studio to the latest version (17.1.1 -> 17.7.1) and now all calls to the PDF component fail with:
The conversion provider cann't be found. " & vbCrLf & "Please make sure the folder ""plugins"" is under the same folder of Spire.Pdf.dll.
The plugins folder is definately in the bin folder (and always has been) and my solution has not changed. Only difference is now its a new version of VS.
I have tried removing all versions of C++ and reinstalling as VS Installer pulls down the latest C++ x64 installer and as I'm on an ARM machine, installs that version. I have removed C++ ARM64 and installed C++2015 x64 just in case (as this is what was installed prior to VS update) - no difference.
I'm running this as an ASP.NET Framework 4.8 application on M1 Mac under parallels.
Tried updating to latest SpirePDF dll (9.8.5) from my account and replaced older, working version of 8.1.0 - no change
All out of ideas! This is causing me massive issues as currently cannot make changes and redploy this app for the client. HELP - PLEASE!