Class not registered (Exception from HRESULT: 0x80040154(REGDB_E_CLASSNOTREG))

K

kandala.sv

Hi,

I am working with a conversion application from VB 6.0 to VB.NET 2005.
I used Visual Studio 2005 for conversion of this VB 6.0 code. It's
sussfully converted And Working fine in some devlopment systems. But
in few systems (like, my development PC) an AxComCtlLib.dll is missing
in Reference of .net Solutions automatically. I try to add
AxComCtlLib.dll from bin to Reference of .net Solutions. Now project
is Sucessfully compiling in my Development PC also and When I try to
run the application I am getting below error in the
InitializeComponent().

Class not registered (Exception from HRESULT: 0x80040154
(REGDB_E_CLASSNOTREG))

Can anybody suggest me with the solution for this. Its very urgent for
me. Please try to help me asap.
Thanks in advance.
Sreenivasulu.k
 
A

Alvin Bruney [ASP.NET MVP]

You need to register the underlying COM object that AxComTtlLib. Copy it
from another computer and run regsvr32 on the dll

--

Regards,
Alvin Bruney [MVP ASP.NET]

[Shameless Author plug]
The O.W.C. Black Book, 2nd Edition
Exclusively on www.lulu.com/owc $19.99
 

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