COM Object Error

  • Thread starter Thread starter Stephen Noronha
  • Start date Start date
S

Stephen Noronha

Hi,
I am getting this error while trying to convert a page to PDF

System.Runtime.InteropServices.COMException: COM object with CLSID
{02C2DD87-2E67-11D2-96EF-0000861852D5} is either not valid or not registered

I am importing:
Imports APServerNET
Imports APWebGrbNET

Please advice.
 
Stephen said:
Hi,
I am getting this error while trying to convert a page to PDF

System.Runtime.InteropServices.COMException: COM object with CLSID
{02C2DD87-2E67-11D2-96EF-0000861852D5} is either not valid or not registered

I am importing:
Imports APServerNET
Imports APWebGrbNET

Please advice.

Stephen,

It sounds like the com object that classId is referring to hasn't been
registered. See:

Referencing COM Objects from Visual Basic .NET
http://msdn.microsoft.com/library/d...skreferencingcomobjectsfromvisualbasicnet.asp

However, I think your best bet would be to start by trying to find out
what its looking for. Maybe try calling the vendor or re-installing
the product.
 
Back
Top