Home > Net >  Vs2017 debug mode error: the System. The Runtime. InteropServices. SEHException x80004005 (0) : exte
Vs2017 debug mode error: the System. The Runtime. InteropServices. SEHException x80004005 (0) : exte

Time:11-09

The development environment is: vs2017 + win10
Vs debug mode, often appear the following error (window, is not an exception)
But directly open the compiled program, it will be an error,

System. The Runtime. InteropServices. SEHException x80004005 (0) : external components an exception occurs,
In the System. Windows. Forms. UnsafeNativeMethods. ImmSetOpenStatus (HandleRef hIMC, Boolean open)
In the System. Windows. Forms. ImeContext. SetOpenStatus (Boolean open, IntPtr handle)
In the System. Windows. Forms. ImeContext. SetImeStatus (ImeMode ImeMode, IntPtr handle)
In the System. Windows. Forms. Control. WmImeKillFocus ()
In the System. Windows. Forms. Control. WmKillFocus (Message& M)
In the System. Windows. Forms. Control. WndProc (Message& M)
In the System. Windows. Forms. TextBoxBase. WndProc (Message& M)
In the System. Windows. Forms. The TextBox. WndProc (Message& M)
In the System. Windows. Forms. Control. ControlNativeWindow. OnMessage (Message& M)
In the System. Windows. Forms. Control. ControlNativeWindow. WndProc (Message& M)
In the System. Windows. Forms. NativeWindow. Callback (IntPtr hWnd, Int32 MSG, IntPtr wparam, IntPtr lparam)
  •  Tags:  
  • C#
  • Related