I have a new app added to my many dll apps hosted by the Host.exe app. It runs fine but I have an issue. In code I have added the QuickPDF library. The idea is to use it to fill in a pdf before printing. See the attachment for a sample of my code.
At the top of the code, I attempt copy a blank pdf to the web\reports folder, after renaming the pdf. This does not seem to work...no pdf is copied to the reports folder. This does work when I run the dll app as a local exe webserver. Thus, I get an error from the QuickPDF.LoadFromFile method. Is there a trick to writing to the web\reports folder? I'm on C10.0.11987 and NT 9.06.
Thanks,
Jeff King