Unhandled Exception: System.Runtime.InteropServices.COMException (0x80040154)

P

Piyush

Hi,
I have a VB project migrated to VB.Net. I am using ChartBuilder &
Active Reports as
third party control in my project.
The controls get migrated correctly in .Net. But when I install the
project on machine other than
development machine, I am getting this error as soon as I start the
application.
The details of the error are as :


Unhandled Exception: System.Runtime.InteropServices.COMException
(0x80040154): Class not registered
at System.Windows.Forms.AxHost.CreateInstance()
at System.Windows.Forms.AxHost.GetOcxCreate()
at System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
at System.Windows.Forms.AxHost.CreateHandle()
at System.Windows.Forms.Control.CreateControl(Boolean
fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl(Boolean
fIgnoreVisible)
at System.Windows.Forms.AxHost.EndInit()
at pjtKt_100.frmKt_100_01.InitializeComponent()
at pjtKt_100.frmKt_100_01..ctor()
at pjtKt_100.frmKt_100_01.Main()



What may be the problem ? Can I find out which class is not
registering ?

Piyush
 

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