Quantcast
Channel: PDFCreator - pdfforge forums
Viewing all articles
Browse latest Browse all 2632

Access forbidden. An instance of PDFCreator is currently running

$
0
0

@zyto wrote:

Hello!

I'm using PDFCreator via COM-connector.
The code is very simple:
PDFCreatorQueue= New COMObject("PDFCreator.JobQueue");
PDFCreatorQueue.Initialize();
PDFCreatorQueue.ReleaseCom();

and... I get error message:
(PDFCreator.ComImplementation): Access forbidden. An instance of PDFCreator is currently running.

I've tried to release com before Initialize:
PDFCreatorQueue= New COMObject("PDFCreator.JobQueue");
PDFCreatorQueue.ReleaseCom();
PDFCreatorQueue.Initialize();
PDFCreatorQueue.ReleaseCom();
but I got message:
(PDFCreator.ComImplementation): No COM Instance was found.

I've looked to task manager, there is not any process like PDFCreator.

What I'm doing wrong?
How can I kill instance which is not respond ?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 2632

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>