Posted by a ceTe Software moderator
Hello,
You are getting error most likely because your application is referencing DynamicPDF Rasterizer dll file which is compatible with x64 platform and your application is still targeting x86 platform. Please make sure that you are setting target platform as x64 , target framework to .NET Framework 4.0 and reference the ceTe.DynamicPDF.Rasterizer.40.x64.dll in your application. This should work for you.
Thanks,
ceTe Software Support Team.