J
John
Hello
I am trying to use an Acrobat SDK object (AcroPDDoc) in my ASP.NET site. I
get the following error:
Exception Details: System.Runtime.InteropServices.COMException: Retrieving
the COM class factory for component with CLSID
{FF76CB60-2E68-101B-B02E-04021C009402} failed due to the following error:
80040154.
Source Error:
Line 6: Dim doc As Acrobat.AcroPDDoc
Line 7:
Line 8: doc = New Acrobat.AcroPDDoc
Line 9:
Line 10: doc.Open(sPDF)
Anybody know how to get this working?
I have tried making the IUSR_<machine> a member of the Administrators group,
and restarted IIS - but no joy.
Is this an IIS security issue?
Any help appreciated,
John
I am trying to use an Acrobat SDK object (AcroPDDoc) in my ASP.NET site. I
get the following error:
Exception Details: System.Runtime.InteropServices.COMException: Retrieving
the COM class factory for component with CLSID
{FF76CB60-2E68-101B-B02E-04021C009402} failed due to the following error:
80040154.
Source Error:
Line 6: Dim doc As Acrobat.AcroPDDoc
Line 7:
Line 8: doc = New Acrobat.AcroPDDoc
Line 9:
Line 10: doc.Open(sPDF)
Anybody know how to get this working?
I have tried making the IUSR_<machine> a member of the Administrators group,
and restarted IIS - but no joy.
Is this an IIS security issue?
Any help appreciated,
John