COM Object Error

  • Thread starter Stephen Noronha
  • 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.
 
R

Rob Schieber

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top