Hi,
i am trying the exe file in .net environment and am getting the following error.Any idea how i can resolve it?
System.Runtime. InteropServices .COMException (0x80040154): Class not registered
at System.Windows. Forms.AxHost.Cr eateInstance()
at System.Windows. Forms.AxHost.Ge tOcxCreate()
at System.Windows. Forms.AxHost.Tr ansitionUpTo(In t32 state)
at System.Windows. Forms.AxHost.Cr eateHandle()
at System.Windows. Forms.Control.C reateControl(Bo olean fIgnoreVisible)
at System.Windows. Forms.Control.C reateControl(Bo olean fIgnoreVisible)
at System.Windows. Forms.Control.C reateControl()
at System.Windows. Forms.Control.W mShowWindow(Mes sage& m)
at System.Windows. Forms.Control.W ndProc(Message& m)
at System.Windows. Forms.Scrollabl eControl.WndPro c(Message& m)
at System.Windows. Forms.Container Control.WndProc (Message& m)
at System.Windows. Forms.Form.WmSh owWindow(Messag e& m)
at System.Windows. Forms.Form.WndP roc(Message& m)
at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)
at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)
at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
i am trying the exe file in .net environment and am getting the following error.Any idea how i can resolve it?
System.Runtime. InteropServices .COMException (0x80040154): Class not registered
at System.Windows. Forms.AxHost.Cr eateInstance()
at System.Windows. Forms.AxHost.Ge tOcxCreate()
at System.Windows. Forms.AxHost.Tr ansitionUpTo(In t32 state)
at System.Windows. Forms.AxHost.Cr eateHandle()
at System.Windows. Forms.Control.C reateControl(Bo olean fIgnoreVisible)
at System.Windows. Forms.Control.C reateControl(Bo olean fIgnoreVisible)
at System.Windows. Forms.Control.C reateControl()
at System.Windows. Forms.Control.W mShowWindow(Mes sage& m)
at System.Windows. Forms.Control.W ndProc(Message& m)
at System.Windows. Forms.Scrollabl eControl.WndPro c(Message& m)
at System.Windows. Forms.Container Control.WndProc (Message& m)
at System.Windows. Forms.Form.WmSh owWindow(Messag e& m)
at System.Windows. Forms.Form.WndP roc(Message& m)
at System.Windows. Forms.ControlNa tiveWindow.OnMe ssage(Message& m)
at System.Windows. Forms.ControlNa tiveWindow.WndP roc(Message& m)
at System.Windows. Forms.NativeWin dow.Callback(In tPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Comment