Using Acrobat COM object in VB.NET

  • Thread starter Thread starter okaminer
  • Start date Start date
O

okaminer

I am writing Window service in VB.NET. The service uses COM object by
importing the API and using CreateObject("AcroExcg.PDDOC") function


When I run this on my computer it works fine but when I compile it and
transfer the service to another computer, which have the same acrobat
version installed (meaning the com object is there to), The service get
stuck.
does any one know if CreateObject is the right way of calling COM
object or is there another better way of calling com object from .net
code?
 
Please post VB.NET questions to the microsoft.public.dotnet.languages.vb

Willy.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top