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?
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?