See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** 
System.Runtime.InteropServices.COMException (0x80004005): Unknown error 
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 SubControls.Components.TextBox_Html.InitializeComponent() 
at SubControls.Components.TextBox_Html..ctor() 
at SubControls.MyDiary.Body.InitializeComponent() 
at SubControls.MyDiary.Body..ctor() 
at SubControls.MyDiary.MainContorl.InitializeComponent() 
at SubControls.MyDiary.MainContorl.Init() 
at SubControls.Components.WorkControl.set_ActivatedWc(Boolean value) 
at SubControls.StartPage.Body.miDiary_MouseDown(Object sender, MouseEventArgs e) 
at SubControls.StartPage.MenuIconUnit.OnMouseDownUnit(Object sender, MouseEventArgs e) 
at SubControls.StartPage.MenuIconUnit.unit_MouseDown(Object sender, MouseEventArgs e) 
at System.Windows.Forms.Control.OnMouseDown(MouseEventArgs e) 
at System.Windows.Forms.UserControl.OnMouseDown(MouseEventArgs e) 
at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) 
at System.Windows.Forms.Control.WndProc(Message& m) 
at System.Windows.Forms.ScrollableControl.WndProc(Message& m) 
at System.Windows.Forms.ContainerControl.WndProc(Message& m) 
at System.Windows.Forms.UserControl.WndProc(Message& m) 
at System.Windows.Forms.ControlNativeWindow.OnMessage(Message& m) 
at System.Windows.Forms.ControlNativeWindow.WndProc(Message& m) 
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) 
************** Loaded Assemblies ************** 
mscorlib 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/microsoft.net/framework/v1.1.4322/mscorlib.dll 
---------------------------------------- 
aigaogao 
Assembly Version: 2.0.0.0 
Win32 Version: 2.0.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/aigaogao.exe 
---------------------------------------- 
System.Windows.Forms 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll 
---------------------------------------- 
Common 
Assembly Version: 2.0.0.0 
Win32 Version: 2.0.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/Common.DLL 
---------------------------------------- 
System 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll 
---------------------------------------- 
System.Data 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll 
---------------------------------------- 
System.Xml 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll 
---------------------------------------- 
UI 
Assembly Version: 2.0.0.0 
Win32 Version: 2.0.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/UI.DLL 
---------------------------------------- 
System.Drawing 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll 
---------------------------------------- 
SubControls 
Assembly Version: 2.0.0.0 
Win32 Version: 2.0.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/SubControls.DLL 
---------------------------------------- 
AxInterop.SHDocVw 
Assembly Version: 1.1.0.0 
Win32 Version: 1.1.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/AxInterop.SHDocVw.DLL 
---------------------------------------- 
Interop.SHDocVw 
Assembly Version: 1.1.0.0 
Win32 Version: 1.1.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/Interop.SHDocVw.DLL 
---------------------------------------- 
Accessibility 
Assembly Version: 1.0.5000.0 
Win32 Version: 1.1.4322.573 
CodeBase: file:///c:/winnt/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll 
---------------------------------------- 
Microsoft.mshtml 
Assembly Version: 7.0.3300.0 
Win32 Version: 7.0.3300.0 
CodeBase: file:///c:/winnt/assembly/gac/microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/microsoft.mshtml.dll 
---------------------------------------- 
AxInterop.DHTMLEDLib 
Assembly Version: 1.0.0.0 
Win32 Version: 1.0.0.0 
CodeBase: file:///E:/Program%20Files/aigaogao/AxInterop.DHTMLEDLib.DLL 
---------------------------------------- ************** JIT Debugging ************** 
To enable just in time (JIT) debugging, the config file for this 
application or machine (machine.config) must have the 
jitDebugging value set in the system.windows.forms section. 
The application must also be compiled with debugging 
enabled. For example: <configuration> 
<system.windows.forms jitDebugging="true" /> 
</configuration> When JIT debugging is enabled, any unhandled exception 
will be sent to the JIT debugger registered on the machine 
rather than being handled by this dialog. 
以上是错误提示
不知如何解决呀,请指教