Problem creating CDIntf object under ASP.NET

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
dakrause
Posts: 1
Joined: Tue Apr 27 2004

Problem creating CDIntf object under ASP.NET

Post by dakrause »

Hi,

I'm using Pdf Converter 2.09 in an ASP.NET application. I've created an interop DLL and try to merge pdf files in this application. The pdf printer (Amyuni driver) is always active.

If I try to create an object of type "CDIntf.Document" ("CDIntf.CDIntf" as well), the application hangs (execution is interupted when I debug the code in VS.NET). When I close Internet Explorer, running this application, the next code line in debugger is highlighted.

The code looks like this:
CDIntf.Document PDFDoc = new CDIntf.Document();


Any ideas?

Daniel
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Unfortunately, I don't know much about ASP.NET.

I can advise you to check our .NET technical note TN08 available at:http://www.amyuni.com/en/support/technotes.html

If this didn't help you please feel free to contact our Technical Support Department support@amyuni.com and I am sure they will be able to help you.

Have a nice day.
Post Reply