[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

how to interop .net components

katta.naveenkumar

6/7/2007 8:52:00 AM

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 .

2 Answers

Ben Voigt [C++ MVP]

6/9/2007 5:38:00 PM

0


<katta.naveenkumar@gmail.com> wrote in message
news:1181206297.259881.231800@p77g2000hsh.googlegroups.com...
> 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 .
>

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

6/19/2007 10:37:00 AM

0

Have you registered the 3rd party component on the computer using
regsvr32.exe?

---------
- G Himangi, Sky Software http://www....
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
---------


<katta.naveenkumar@gmail.com> wrote in message
news:1181206297.259881.231800@p77g2000hsh.googlegroups.com...
> 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 .
>