Events not firing when using component via IIS

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
Nick Barker
Posts: 1
Joined: Fri Mar 26 2004

Events not firing when using component via IIS

Post by Nick Barker »

Hi chaps.

I have a VB component which does a print and then waits for the EndDocPost event to identify when the print has finished.

This all works fine when I call the component from a VB application - all events are triggered and the pdf is created.

When calling the component from an asp script under IIS 6, the events are not fired. The actual pdf is created ok - if I wait a few seconds after printing from my application instead of waiting for the EndDocPost event the pdf is fine, so not a permissions problem or anything...

None of the events fire under IIS, not just the EndDocPost.

Any thoughts?

Thanks in advance, Nick.
Post Reply