O
okaminer
I writing VB.NET Code using Acrobat 6 API functions and my problem is
with the following code:
_formApp = New AFORMAUTLib.AFormAppClass
_acroForm = _formApp.Fields
The problem is that when I run it on my computer it runs fine. But when
I compile the code and run it on different computer the code fails.
I had similar problem when using Acrobat.CAcroAVDoc (DLL) which was
solved by creating the DLL using the DLL's GUID.
But here the AFORMAUTLib is an API and I am not sure if's it even have
an GUID
Please help I've been sitting on this one for two days now
Thanks,
with the following code:
_formApp = New AFORMAUTLib.AFormAppClass
_acroForm = _formApp.Fields
The problem is that when I run it on my computer it runs fine. But when
I compile the code and run it on different computer the code fails.
I had similar problem when using Acrobat.CAcroAVDoc (DLL) which was
solved by creating the DLL using the DLL's GUID.
But here the AFORMAUTLib is an API and I am not sure if's it even have
an GUID
Please help I've been sitting on this one for two days now
Thanks,