-
|
Hello. I want to use clawPDF via COM то print some reports to PDF. When my code execution stopped with an error I try to fix and restart it. But now it stopped with error on call: And in the process of execution I see that clawPDFObj.IsInstanceRunning = True , but I don't see clawPDF in the task manager. And I get an error:
And if I execute code like this: I get an error:
How to find and kill existing clawPDF process? Or how to get the reference to an instance of clawPDFQueue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
I found a solution. I add 3 lines of code to the method ReleaseCom() in .\src\clawPDF\COM\Queue.cs With my changes: |
Beta Was this translation helpful? Give feedback.
I found a solution. I add 3 lines of code to the method ReleaseCom() in .\src\clawPDF\COM\Queue.cs
Was:
With my changes: