I have an issue with pdfsharp dll. I was able to use the dll in on a local dev instance to successfully merge two pdf files using x++ code. When I promote this dll to TEST in a different instance it fails to run in batch mode. It runs fine in interactive mode.
My server configuration
Local dev instance- AX 2012 R3 all in one box where we have the SQL and SSRS on the same box.
TEST instance = AX 2012 2 AOS Server. 1 dedicated batch server and 1 ssrs server.
The process worked correctly on both AOS servers when running in interactive mode. It fails only in batch mode. Something that is not reflecting in CLR.
I have added the required dll files to both server\bin and client\ bind folder.
I have also done multiple compile and CIL generations and nothing seems to help.
Any suggestions on how to resolve this issue in batch.
*This post is locked for comments