Problem in COMInterop

P

Paul Arun

When I'm using the COM components in c# I get the
Exception:
'System.Runtime.InteropServices.COMException'
occurred in WindowsApplication1.exe
Additional information: COM object with CLSID
{BBBECA01-C443-11CF-8698-00805FA84482} is either not valid
or not registered.
But the compoent is registered and I can use in VB 6.0
application.I can refer the .tlb file of component through
VS.NET IDE in the Project,
Add Referance,COM tab and I can create an wrapper assembly
for that and all the methods,properties are exposing but
when I try t create
an instance for the wrapper class I get the above
Exception.
Please help me I'm in great trouble.
 
N

Nicholas Paldino [.NET/C# MVP]

Paul,

Are you sure that you have the DLL registered correctly as well?
 
P

Paul Arun

Hai Nicholas
The Component is registered and I can use the Component
in VB6.0.It is working in VB6.0
 

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