You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

40 lines
3.3 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

出现应用程序未处理的异常2024/3/23 14:26:08
Application UnhandledException:在创建窗口句柄之前,不能在控件上调用 Invoke 或 BeginInvoke。;
堆栈信息: 在 System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
在 System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
在 MorClient.FrmMainFrame.StartSecsEvent()
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
---------------------------------------------------------
出现应用程序未处理的异常2024/3/23 14:28:48
Application UnhandledException:在创建窗口句柄之前,不能在控件上调用 Invoke 或 BeginInvoke。;
堆栈信息: 在 System.Windows.Forms.Control.MarshaledInvoke(Control caller, Delegate method, Object[] args, Boolean synchronous)
在 System.Windows.Forms.Control.Invoke(Delegate method, Object[] args)
在 MorClient.FrmMainFrame.StartPrintRealTime() 位置 D:\Desktop\0308\0323_tongbu\MorClient202403015\MorClient\FrmMainFrame.cs:行号 793
在 System.Threading.ThreadHelper.ThreadStart_Context(Object state)
在 System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state, Boolean preserveSyncCtx)
在 System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
在 System.Threading.ThreadHelper.ThreadStart()
---------------------------------------------------------
出现应用程序未处理的异常2024/3/26 11:34:19
异常类型ArgumentOutOfRangeException
异常消息:索引超出范围。必须为非负值并小于集合大小。
参数名: index
异常信息: 在 System.Collections.ArrayList.get_Item(Int32 index)
在 System.Windows.Forms.DataGridViewRowCollection.SharedRow(Int32 rowIndex)
在 System.Windows.Forms.DataGridViewRowCollection.get_Item(Int32 index)
在 MorClient.FormulaUnit.uiButton25_Click(Object sender, EventArgs e) 位置 D:\Desktop\0308\0325\new_1\MorClient202403015\MorClient\UserControls\配方\FormulaUnit.cs:行号 736
在 System.Windows.Forms.Control.OnClick(EventArgs e)
在 Sunny.UI.UIButton.OnClick(EventArgs e)
在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
在 System.Windows.Forms.Control.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)
---------------------------------------------------------