Stephen Noronha wrote:
> 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/de...albasicnet.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.
--
Rob Schieber