Problem in COMInterop

  • Thread starter Thread starter Paul Arun
  • Start date Start date
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.
 
Paul,

Are you sure that you have the DLL registered correctly as well?
 
Hai Nicholas
The Component is registered and I can use the Component
in VB6.0.It is working in VB6.0
 
Back
Top