Hi All,
I have created a Windows Service aplicaiton that checks for files in a folder on a regular basis and converts them to PDF using PDFCreator.
When i test the applicaiton, it stops with the error: " An instance of the PDFCreator is already running. It is not allowed to have more than one instance running!"
I tried stopping the existing service and restarting one forcefully in my code. However it seems that the application just hangs at this line of code:
objPDFCreator.cClose()
When i use do the same conversion from a Windows applicaiton when started manually, everything works fine.
Can someone please let me know what might be the issue here?
Does this have to do with a Windows applicaiton or a service?
Thanks & regards,
Anup