I am using Websupergoo's ABCpdf for ASP.NET and I am trying to generate PDF's in code. My issue is that when I test the code in my development environment everything works fine, but when I publish my code to our testing server it stops working. We have our production services on the same machine as our testing services but they are using different versions of ABCpdf so I am forced to fool around with the DLL versions until we can confirm that the newer version of the DLL works with the code. I've tried using 32 vs 64 bit DLL's for the production server so that there can be different versions at the same time - but no matter what I do the testing server stops generating the PDF's. To make matters worse the server isn't actually throwing an error either - so I have no way to determine the problem.
Please help!!