最近我们的用户频繁出现tx里面书写内容卡死的问题,导致用户抱怨非常多。
下面是卡死的日志, 这个究竟是什么原因会导致卡死?
Exception Happen Reason: Format error: The specified format is invalid.
(01-241F)
Exception Happen StackTrace:
at TXTextControl.TextControlCore.ᜂ()
at TXTextControl.TextControlCore.ᜀ(ᜊ , Int32 , Int32 , Int32 )
at TXTextControl.TextControl.get_Cursor()
at System.Windows.Forms.Control.WmSetCursor(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at TXTextControl.TextControl.WndProc(Message& message)
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)
什么Format error啊?
|
|