| 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 (0x80040154): Retrieving the COM class factory for component with CLSID {29131539-2EED-1069-BF5D-00DD011186B7} failed due to the following error: 80040154. |
| at WindowsApplication1.Form1.button1_Click(Object sender, EventArgs e) |
| at System.Windows.Forms.Control.OnClick(EventArgs e) |
| at System.Windows.Forms.Button.OnClick(EventArgs e) |
| at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent) |
| at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) |
| at System.Windows.Forms.Control.WndProc(Message& m) |
| at System.Windows.Forms.ButtonBase.WndProc(Message& m) |
| at System.Windows.Forms.Button.WndProc(Message& m) |
| at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m) |
| at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) |
| at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) |
| |
| |
| ************** Loaded Assemblies ************** |
| mscorlib |
| Assembly Version: 2.0.0.0 |
| Win32 Version: 2.0.50727.832 (QFE.050727-8300) |
| CodeBase: file: |
| ---------------------------------------- |
| WindowsApplication1 |
| Assembly Version: 1.0.0.0 |
| Win32 Version: 1.0.0.0 |
| CodeBase: file: |
| ---------------------------------------- |
| System.Windows.Forms |
| Assembly Version: 2.0.0.0 |
| Win32 Version: 2.0.50727.832 (QFE.050727-8300) |
| CodeBase: file: |
| ---------------------------------------- |
| System |
| Assembly Version: 2.0.0.0 |
| Win32 Version: 2.0.50727.832 (QFE.050727-8300) |
| CodeBase: file: |
| ---------------------------------------- |
| System.Drawing |
| Assembly Version: 2.0.0.0 |
| Win32 Version: 2.0.50727.832 (QFE.050727-8300) |
| CodeBase: file: |
| ---------------------------------------- |
| Interop.Domino |
| Assembly Version: 6.5.0.0 |
| Win32 Version: 6.5.0.0 |
| CodeBase: file: |
| ---------------------------------------- |
| |
| ************** JIT Debugging ************** |
| To enable just-in-time (JIT) debugging, the .config file for this |
| application or computer (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 computer |
| rather than be handled by this dialog box. |