Side note, your Forum dropdown when posting a new message does not list Rasterizer v3.
I'm getting "Unable to load DLL 'DPDFRenderNative_x86': The specified module could not be found." on a published app when it worked fine locally on my dev machine. Full error at the end.
It seems to work fine on my machine regardless if I specify x86 or x64. It's a .NET Framework 4.8 app running under ASP.NET Core. I'm using the most recent nuget package in my project for this.
When I check the folder on our server, both the 32 and 64 bit files are in the same folder as the apps main executable. I though maybe I was missing a dependency, but the documentation says no VC++ redist is needed for DynamicPDF.Rasterizer.NETFramework40.dll. I tried adding it anyway (the 2015-2019 version), but it had no impact.
The server is running 2012 R2, but I don't think that's related in this case?
Not sure how else to troubleshoot this one.
An unhandled exception occurred while processing the request.
DllNotFoundException: Unable to load DLL 'DPDFRenderNative_x86': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
ceTe.DynamicPDF.Rasterizer.RenderNativeWin32.a(IntPtr A_0, int A_1, IntPtr A_2, ref ulong A_3)
DllNotFoundException: Unable to load DLL 'DPDFRenderNative_x86': The specified module could not be found. (Exception from HRESULT: 0x8007007E)
ceTe.DynamicPDF.Rasterizer.RenderNativeWin32.a(IntPtr A_0, int A_1, IntPtr A_2, ref ulong A_3)
ceTe.DynamicPDF.Rasterizer.RenderNativeWin32.ak(IntPtr A_0, int A_1, IntPtr A_2, ref ulong A_3)
ceTe.DynamicPDF.Rasterizer.PdfiumUtilityClass.a(IntPtr A_0, int A_1, IntPtr A_2, ref ulong A_3)
ceTe.DynamicPDF.Rasterizer.InputPdf..ctor(byte[] data)