So, I know this is atrocious, but can I expect to get the Acrobat FDF Toolkit, for which the latest documentation I can find was released in October 2003, to work on Windows Server 2016?
From the SysWOW64 directory, I have run regsvr32 for the binary, which I have placed in it's own directory in the root of the C drive. It indicated success, and I can see evidence of that in the registry. However, when I try to navigate to a simple ASP Classic page that utilizes this library, it fails on this line:
Set FdfAcX = Server.CreateObject("FdfApp.FdfApp")
with the error message:
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
This page claims this error is induced when the IUSR_computer and IWAM_computer do not have read permissions to the directory of the binary. I believe I have provided those accounts that permission (though the only ones I could find in my case are IUSR_domain and IWAM_domain... ?), but the error persists.
What steps do I need to take to resolve this error?