我在開啟統計報表裡面的某些功能時會出現錯誤訊息,無法使用
可以麻煩幫我看一下是甚麼問題,該如何解決嗎,謝謝!!
錯誤訊息如下:
************** 例外狀況文字 **************
System.InvalidOperationException: 建立表單時發生錯誤。如需詳細資訊,請參閱 Exception.InnerException。錯誤是: 類別未登錄 (發生例外狀況於 HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)) ---> System.Runtime.InteropServices.COMException (0x80040154): 類別未登錄 (發生例外狀況於 HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))
於 System.Windows.Forms.UnsafeNativeMethods.CoCreateInstance(Guid& clsid, Object punkOuter, Int32 context, Guid& iid)
於 System.Windows.Forms.AxHost.CreateWithoutLicense(Guid clsid)
於 System.Windows.Forms.AxHost.CreateWithLicense(String license, Guid clsid)
於 System.Windows.Forms.AxHost.CreateInstanceCore(Guid clsid)
於 System.Windows.Forms.AxHost.CreateInstance()
於 System.Windows.Forms.AxHost.GetOcxCreate()
於 System.Windows.Forms.AxHost.TransitionUpTo(Int32 state)
於 System.Windows.Forms.AxHost.CreateHandle()
於 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
於 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
於 System.Windows.Forms.AxHost.EndInit()
於 cz.a()
於 cz..ctor()
--- 內部例外狀況堆疊追蹤的結尾 ---
於 bn.b.Create__Instance__[T](T Instance)
於 bn.b.k()
於 ch.cr(Object A_0, EventArgs A_1)
於 System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
於 System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
於 System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
於 System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
於 System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
於 System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
於 System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
於 System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
於 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
於 System.Windows.Forms.Control.WndProc(Message& m)
於 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
於 System.Windows.Forms.ToolStrip.WndProc(Message& m)
於 System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
於 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
於 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
於 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)