Hi friends
I am using 3rd party tool ASPPDFLib to creating pdf template
' create instance of the PDF manager
Dim objPDF As IPdfManager
objPDF = New PdfManager
at the runtime i am geting below error
COM object with CLSID {88578679-272B-40C0-B1FD-C3409381A450} is either
not valid or not registered
wht is this error plz tell me wht i do.and how to interop .net
components .
Ben Voigt [C++ MVP] - 09 Jun 2007 18:38 GMT
> Hi friends
> I am using 3rd party tool ASPPDFLib to creating pdf template
[quoted text clipped - 10 lines]
> wht is this error plz tell me wht i do.and how to interop .net
> components .
Make sure the 3rd-party component is installed properly, copying files is
not sufficient for ActiveX.
This has absolutely nothing to do with .NET
G Himangi - 19 Jun 2007 11:36 GMT
Have you registered the 3rd party component on the computer using
regsvr32.exe?
---------
- G Himangi, Sky Software http://www.ssware.com
Shell MegaPack : GUI Controls For Drop-In Windows Explorer like Shell
Browsing Functionality For Your App (.Net & ActiveX Editions).
EZNamespaceExtensions.Net : Develop namespace extensions rapidly in .Net
EZShellExtensions.Net : Develop all shell extensions,explorer bars and BHOs
rapidly in .Net
---------
> Hi friends
> I am using 3rd party tool ASPPDFLib to creating pdf template
[quoted text clipped - 10 lines]
> wht is this error plz tell me wht i do.and how to interop .net
> components .