123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508 |
- 2021-09-23 08:23:33,931 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 08:40:55,613 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:14:26,377 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:16:27,482 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:18:50,063 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:19:37,970 [1] 40 ERROR LogError : System.ArgumentException: Selection和Layer对象的Dataset属性必须引用同一数据集对象
- 参数名: value.Dataset
- 在 SuperMap.Mapping.Layer.set_Selection(Selection value)
- 在 WWPipeLine.Map.Tools.Conditions.EditGuanWang.Add.Do(DockPanel dockPanel) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\EditGuanWang\Add.cs:行号 133
- 在 WWPipeLine.Map.Basic.ConditionForm.BtnOKCancel_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\ConditionForm.cs:行号 95
- 在 System.Windows.Forms.Control.OnClick(EventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 09:26:04,077 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:31:59,514 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:32:59,159 [1] 40 ERROR LogError : System.NullReferenceException: 未将对象引用设置到对象的实例。
- 在 WWPipeLine.Map.Tools.Conditions.EditGuanWang.Add.Do(DockPanel dockPanel) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\EditGuanWang\Add.cs:行号 146
- 在 WWPipeLine.Map.Basic.ConditionForm.BtnOKCancel_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\ConditionForm.cs:行号 95
- 在 System.Windows.Forms.Control.OnClick(EventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 09:37:39,536 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:41:44,171 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:54:27,208 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 09:59:12,388 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 10:03:30,621 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 10:04:35,847 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:04:35,855 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:11:18,247 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 10:13:48,288 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:13:48,296 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:22:40,451 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 10:23:01,373 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:23:01,379 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:23:04,847 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:23:04,848 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:23:20,368 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:23:20,369 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 10:36:22,797 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 10:39:54,201 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 11:04:32,895 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 11:09:33,518 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 13:47:44,737 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 13:50:17,930 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 13:55:04,558 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 13:56:01,246 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 13:56:10,824 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 13:57:12,999 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 13:57:19,092 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 14:16:31,311 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 14:20:23,442 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 14:20:23,450 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:26:00,579 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:26:02,152 [1] 40 ERROR LogError : Newtonsoft.Json.JsonReaderException: Unterminated string. Expected delimiter: ". Path 'Tag', line 1, position 83.
- 在 Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer(Char quote)
- 在 Newtonsoft.Json.JsonTextReader.ParseValue()
- 在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
- 在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
- 在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
- 在 WWPipeLine.Commons.SerializeHelper.JsonHepler.Json_Deserialize[T](String strSerializeJson) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Commons\SerializeHelper\JsonHelper.cs:行号 99
- 2021-09-23 15:26:02,159 [1] 40 ERROR LogError : System.NullReferenceException: 未将对象引用设置到对象的实例。
- 在 WWPipeLine.RibbonMenuRegister.RegisterByConfig(Ribbon ribbon) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 135
- 在 WWPipeLine.FormMainRibbon.OnLoad(EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\FormMainRibbon.cs:行号 160
- 在 System.Windows.Forms.Form.OnCreateControl()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:27:05,515 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:27:07,429 [1] 40 ERROR LogError : Newtonsoft.Json.JsonReaderException: Unterminated string. Expected delimiter: ". Path 'Tag', line 1, position 83.
- 在 Newtonsoft.Json.JsonTextReader.ReadStringIntoBuffer(Char quote)
- 在 Newtonsoft.Json.JsonTextReader.ParseValue()
- 在 Newtonsoft.Json.JsonReader.ReadForType(JsonContract contract, Boolean hasConverter)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.PopulateObject(Object newObject, JsonReader reader, JsonObjectContract contract, JsonProperty member, String id)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateObject(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue)
- 在 Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent)
- 在 Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType)
- 在 Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings)
- 在 WWPipeLine.Commons.SerializeHelper.JsonHepler.Json_Deserialize[T](String strSerializeJson) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Commons\SerializeHelper\JsonHelper.cs:行号 99
- 2021-09-23 15:31:18,909 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:31:58,721 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:32:00,930 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:35:07,354 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:48:27,232 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:48:42,317 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:48:44,274 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:52:34,841 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:52:58,899 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:53:02,999 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:53:11,934 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“UIPanel”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:53:13,284 [1] 40 ERROR LogError : System.ObjectDisposedException: 无法访问已释放的对象。
- 对象名:“ConditionForm”。
- 在 System.Windows.Forms.Control.CreateHandle()
- 在 System.Windows.Forms.Form.CreateHandle()
- 在 System.Windows.Forms.Control.get_Handle()
- 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
- 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
- 在 System.Windows.Forms.Control.Show()
- 在 WWPipeLine.Map.Tools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 145
- 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 171
- 在 System.EventHandler.Invoke(Object sender, EventArgs e)
- 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
- 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
- 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
- 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 15:54:58,520 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 15:56:49,816 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:08:44,084 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:19:23,015 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:22:31,283 [1] 40 ERROR LogError : System.NullReferenceException: 未将对象引用设置到对象的实例。
- 在 WWPipeLine.Map.Tools.Conditions.EditGuanWang.GuanXianHeBing.OnLoad(EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\EditGuanWang\GuanXianHeBing.cs:行号 52
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 16:44:56,542 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:47:19,603 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:47:44,551 [1] 40 ERROR LogError : System.IndexOutOfRangeException: 在位置 0 处没有任何行。
- 在 System.Data.RBTree`1.GetNodeByIndex(Int32 userIndex)
- 在 System.Data.DataRowCollection.get_Item(Int32 index)
- 在 WWPipeLine.Map.Tools.Conditions.EditGuanWang.GuanXianHeBing.OnLoad(EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\EditGuanWang\GuanXianHeBing.cs:行号 65
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
- 在 System.Windows.Forms.Control.CreateControl()
- 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
- 在 System.Windows.Forms.Control.WndProc(Message& m)
- 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 16:48:21,250 [1] 40 ERROR LogError : System.Runtime.InteropServices.SEHException (0x80004005): 外部组件发生异常。
- 在 UGC.UGMapEditorWnd.Reset(UGMapEditorWnd* , Byte )
- 在 SuperMap.UI.MapControl.!MapControl()
- 在 SuperMap.UI.MapControl.~MapControl()
- 在 SuperMap.UI.MapControl.Dispose(Boolean A_0)
- 在 System.ComponentModel.Component.Dispose()
- 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
- 在 System.Windows.Forms.Form.Dispose(Boolean disposing)
- 在 WWPipeLine.Map.Basic.ToolWindowExtend.Dispose(Boolean disposing) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\ToolWindowExtend.Designer.cs:行号 21
- 在 WWPipeLine.Map.Basic.EagleEyeEx.Dispose(Boolean disposing) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\EagleEyeEx.Designer.cs:行号 20
- 在 System.ComponentModel.Component.Dispose()
- 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
- 在 WeifenLuo.WinFormsUI.Docking.DockPane.Dispose(Boolean disposing)
- 在 WeifenLuo.WinFormsUI.Docking.DockPane.Close()
- 在 WeifenLuo.WinFormsUI.Docking.DockPaneCollection.Dispose()
- 在 WeifenLuo.WinFormsUI.Docking.DockPanel.Dispose(Boolean disposing)
- 在 System.ComponentModel.Component.Dispose()
- 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
- 在 System.Windows.Forms.Form.Dispose(Boolean disposing)
- 在 Sunny.UI.UIForm.Dispose(Boolean disposing)
- 在 WWPipeLine.FormMainRibbon.Dispose(Boolean disposing) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\FormMainRibbon.Designer.cs:行号 21
- 在 System.Windows.Forms.Form.WmClose(Message& m)
- 在 Sunny.UI.UIForm.WndProc(Message& m)
- 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
- 2021-09-23 16:50:37,799 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:53:28,127 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 16:55:41,982 [1] 21 DEBUG Log : 系统启动
- 2021-09-23 17:17:18,541 [1] 21 DEBUG Log : 系统启动
|