20211214.log 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319
  1. 2021-12-14 08:27:32,492 [1] 31 INFO Log : 系统启动
  2. 2021-12-14 08:28:47,249 [1] 53 ERROR Log : System.ObjectDisposedException: 无法访问已释放的对象。
  3. 对象名:“UIPanel”。
  4. 在 System.Windows.Forms.Control.CreateHandle()
  5. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  6. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  7. 在 System.Windows.Forms.Control.CreateControl()
  8. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  9. 在 System.Windows.Forms.Control.WndProc(Message& m)
  10. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  11. 在 Sunny.UI.UIForm.WndProc(Message& m)
  12. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  13. 2021-12-14 08:28:49,219 [1] 53 ERROR Log : System.ObjectDisposedException: 无法访问已释放的对象。
  14. 对象名:“ConditionForm”。
  15. 在 System.Windows.Forms.Control.CreateHandle()
  16. 在 System.Windows.Forms.Form.CreateHandle()
  17. 在 System.Windows.Forms.Control.get_Handle()
  18. 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
  19. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  20. 在 System.Windows.Forms.Control.Show()
  21. 在 WWPipeLine.MapTools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 125
  22. 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 122
  23. 在 System.EventHandler.Invoke(Object sender, EventArgs e)
  24. 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
  25. 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
  26. 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
  27. 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
  28. 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
  29. 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  30. 在 System.Windows.Forms.Control.WndProc(Message& m)
  31. 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
  32. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  33. 2021-12-14 08:29:42,247 [1] 31 INFO Log : 导出成功 耗时0.19s
  34. 2021-12-14 08:29:42,249 [1] 31 INFO Log : 导出Excel文件成功.
  35. 2021-12-14 09:25:45,279 [1] 31 INFO Log : 系统启动
  36. 2021-12-14 09:32:49,754 [1] 31 INFO Log : 系统启动
  37. 2021-12-14 09:34:53,999 [1] 53 ERROR Log : NPOI.POIXMLException ---> System.IO.FileNotFoundException: 未能加载文件或程序集“ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73”或它的某一个依赖项。系统找不到指定的文件。
  38. 在 NPOI.OpenXml4Net.OPC.ZipPackage.GetPartsImpl()
  39. 在 NPOI.OpenXml4Net.OPC.OPCPackage.GetParts()
  40. 在 NPOI.OpenXml4Net.OPC.OPCPackage.GetPart(PackagePartName partName)
  41. 在 NPOI.OpenXml4Net.OPC.PackageRelationshipCollection..ctor(OPCPackage container, PackagePart part)
  42. 在 NPOI.OpenXml4Net.OPC.PackagePart.LoadRelationships()
  43. 在 NPOI.OpenXml4Net.OPC.Internal.PackagePropertiesPart..ctor(OPCPackage pack, PackagePartName partName)
  44. 在 NPOI.OpenXml4Net.OPC.OPCPackage.ConfigurePackage(OPCPackage pkg)
  45. 在 NPOI.OpenXml4Net.OPC.OPCPackage.Create(Stream output)
  46. 在 NPOI.XSSF.UserModel.XSSFWorkbook.newPackage()
  47. --- 内部异常堆栈跟踪的结尾 ---
  48. 在 NPOI.XSSF.UserModel.XSSFWorkbook.newPackage()
  49. 在 NPOI.XSSF.UserModel.XSSFWorkbook..ctor()
  50. 在 WWPipeLine.Commons.ExportDgvToExcel.ExportExcel(List`1 dgvs) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Commons\ExportDgvToExcel.cs:行号 80
  51. 在 WWPipeLine.MapBasic.Results.RWWithDataGridViewMulti.UiSymbolButtonExportToExcel_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\Results\RWWithDataGridViewMulti.cs:行号 34
  52. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  53. 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  54. 在 System.Windows.Forms.Control.WndProc(Message& m)
  55. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  56. 2021-12-14 09:35:13,534 [1] 31 INFO Log : 导出成功 耗时0.208s
  57. 2021-12-14 09:35:13,535 [1] 31 INFO Log : 导出Excel文件成功.
  58. 2021-12-14 09:38:56,071 [1] 31 INFO Log : 系统启动
  59. 2021-12-14 09:39:36,208 [1] 31 INFO Log : 导出成功
  60. 2021-12-14 09:39:36,211 [1] 31 INFO Log : 导出Excel文件成功.
  61. 2021-12-14 09:50:54,460 [1] 31 INFO Log : 系统启动
  62. 2021-12-14 09:51:32,615 [1] 31 INFO Log : 导出成功
  63. 2021-12-14 09:51:32,618 [1] 31 INFO Log : 导出Excel文件成功.
  64. 2021-12-14 09:54:14,337 [1] 31 INFO Log : 系统启动
  65. 2021-12-14 09:58:41,468 [1] 31 INFO Log : 导出成功
  66. 2021-12-14 09:58:41,472 [1] 31 INFO Log : 导出Excel文件成功.
  67. 2021-12-14 10:03:06,806 [1] 31 INFO Log : 系统启动
  68. 2021-12-14 10:03:34,263 [1] 53 ERROR Log : System.EntryPointNotFoundException: 无法在 DLL“kernel32.dll”中找到名为“Lopen”的入口点。
  69. 在 WWPipeLine.Commons.ExportDgvToExcel.Lopen(String lpPathName, Int32 iReadWrite)
  70. 在 WWPipeLine.Commons.ExportDgvToExcel.CheckFiles(String FileNames) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Commons\ExportDgvToExcel.cs:行号 444
  71. 在 WWPipeLine.Commons.ExportDgvToExcel.ExportExcel(List`1 dgvs) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Commons\ExportDgvToExcel.cs:行号 76
  72. 在 WWPipeLine.MapBasic.Results.RWWithDataGridViewMulti.UiSymbolButtonExportToExcel_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\Results\RWWithDataGridViewMulti.cs:行号 34
  73. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  74. 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  75. 在 System.Windows.Forms.Control.WndProc(Message& m)
  76. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  77. 2021-12-14 10:03:44,810 [1] 31 INFO Log : 导出成功
  78. 2021-12-14 10:03:44,811 [1] 31 INFO Log : 导出Excel文件成功.
  79. 2021-12-14 10:25:05,667 [1] 31 INFO Log : 系统启动
  80. 2021-12-14 10:25:32,009 [1] 31 INFO Log : 导出成功
  81. 2021-12-14 10:25:32,013 [1] 31 INFO Log : 导出Excel文件成功.
  82. 2021-12-14 10:29:33,928 [1] 31 INFO Log : 系统启动
  83. 2021-12-14 10:29:56,762 [1] 31 INFO Log : 导出成功
  84. 2021-12-14 10:29:56,766 [1] 31 INFO Log : 导出Excel文件成功.
  85. 2021-12-14 10:29:59,168 [1] 31 INFO Log : 系统正常退出
  86. 2021-12-14 10:34:24,098 [1] 31 INFO Log : 系统启动
  87. 2021-12-14 10:34:42,606 [1] 53 ERROR Log : 导出Excel文件失败,原因是文件被占用,请关闭文件.
  88. 2021-12-14 10:42:18,198 [1] 31 INFO Log : 系统启动
  89. 2021-12-14 10:43:14,125 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  90. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  91. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  92. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  93. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  94. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 98
  95. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  96. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  97. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  98. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  99. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  100. 2021-12-14 10:43:14,691 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  101. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  102. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  103. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  104. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  105. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  106. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  107. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  108. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  109. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  110. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  111. 2021-12-14 10:43:15,710 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  112. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  113. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  114. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  115. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  116. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 98
  117. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  118. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  119. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  120. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  121. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  122. 2021-12-14 10:43:18,366 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  123. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  124. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  125. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  126. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  127. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  128. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  129. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  130. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  131. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  132. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  133. 2021-12-14 10:43:18,810 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  134. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  135. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  136. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  137. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  138. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  139. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  140. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  141. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  142. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  143. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  144. 2021-12-14 10:43:23,948 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  145. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  146. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  147. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  148. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  149. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  150. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  151. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  152. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  153. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  154. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  155. 2021-12-14 10:43:24,429 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  156. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  157. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  158. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  159. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  160. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  161. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  162. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  163. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  164. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  165. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  166. 2021-12-14 10:43:52,205 [1] 53 ERROR Log : System.IO.FileNotFoundException: 未能找到文件“D:\GIS\WWpipeline\Package\pictures\no.png”。
  167. 文件名:“D:\GIS\WWpipeline\Package\pictures\no.png”
  168. 在 System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  169. 在 System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath, Boolean checkHost)
  170. 在 System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  171. 在 WWPipeLine.MapTools.Conditions.FuZhuGongJu.BJdmt.uilb_SelectedIndexChanged(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditions\FuZhuGongJu\BJdmt.cs:行号 89
  172. 在 System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  173. 在 System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  174. 在 System.Windows.Forms.ListBox.WndProc(Message& m)
  175. 在 Sunny.UI.ListBoxEx.WndProc(Message& m)
  176. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  177. 2021-12-14 10:45:02,159 [1] 31 INFO Log : 图片删除成功.D:\GIS\WWpipeline\Package\pictures\JSPQFPT2-01.jpg
  178. 2021-12-14 10:47:18,766 [1] 31 INFO Log : 系统启动
  179. 2021-12-14 10:49:31,840 [1] 31 INFO Log : 系统启动
  180. 2021-12-14 10:50:41,173 [1] 31 INFO Log : 标注字段配置更改操作成功!.
  181. 2021-12-14 10:50:45,454 [1] 31 INFO Log : 标注字段配置更改操作成功!.
  182. 2021-12-14 10:50:51,805 [1] 31 INFO Log : 标注字段配置更改操作成功!.
  183. 2021-12-14 10:53:03,592 [1] 31 INFO Log : 系统正常退出
  184. 2021-12-14 11:21:13,026 [1] 31 INFO Log : 系统启动
  185. 2021-12-14 11:22:27,405 [1] 31 INFO Log : 系统启动
  186. 2021-12-14 11:24:31,961 [1] 31 INFO Log : 系统启动
  187. 2021-12-14 11:25:50,879 [1] 31 INFO Log : 系统正常退出
  188. 2021-12-14 11:34:52,448 [1] 31 INFO Log : 系统启动
  189. 2021-12-14 11:36:49,535 [1] 31 INFO Log : 系统启动
  190. 2021-12-14 11:37:06,803 [1] 31 INFO Log : 系统正常退出
  191. 2021-12-14 11:37:25,275 [1] 31 INFO Log : 系统启动
  192. 2021-12-14 11:39:30,275 [1] 31 INFO Log : 系统启动
  193. 2021-12-14 11:40:26,686 [1] 31 INFO Log : 系统启动
  194. 2021-12-14 11:41:16,773 [1] 31 INFO Log : 系统正常退出
  195. 2021-12-14 11:51:49,356 [1] 31 INFO Log : 系统启动
  196. 2021-12-14 11:52:47,579 [1] 31 INFO Log : 系统启动
  197. 2021-12-14 11:58:05,458 [1] 31 INFO Log : 系统启动
  198. 2021-12-14 13:04:17,558 [1] 31 INFO Log : 系统启动
  199. 2021-12-14 13:11:00,633 [1] 31 INFO Log : 系统启动
  200. 2021-12-14 13:12:12,464 [1] 31 INFO Log : 系统启动
  201. 2021-12-14 13:12:27,253 [1] 31 INFO Log : 系统正常退出
  202. 2021-12-14 13:14:07,379 [1] 31 INFO Log : 系统启动
  203. 2021-12-14 13:14:25,143 [1] 31 INFO Log : 系统正常退出
  204. 2021-12-14 13:17:34,178 [1] 31 INFO Log : 系统启动
  205. 2021-12-14 13:17:53,887 [1] 31 INFO Log : 系统正常退出
  206. 2021-12-14 13:19:07,691 [1] 31 INFO Log : 系统启动
  207. 2021-12-14 13:19:26,556 [1] 31 INFO Log : 系统正常退出
  208. 2021-12-14 13:22:16,620 [1] 31 INFO Log : 系统启动
  209. 2021-12-14 13:23:09,959 [1] 53 ERROR Log : System.ObjectDisposedException: 无法访问已释放的对象。
  210. 对象名:“ConditionForm”。
  211. 在 System.Windows.Forms.Control.CreateHandle()
  212. 在 System.Windows.Forms.Form.CreateHandle()
  213. 在 System.Windows.Forms.Control.get_Handle()
  214. 在 System.Windows.Forms.ContainerControl.FocusActiveControlInternal()
  215. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  216. 在 System.Windows.Forms.Control.Show()
  217. 在 WWPipeLine.MapTools.Conditioner.CreateCondition(String type) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map\Tools\Conditioner.cs:行号 125
  218. 在 WWPipeLine.RibbonMenuRegister.Rb_Click(Object sender, EventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine\RibbonMenuRegister.cs:行号 122
  219. 在 System.EventHandler.Invoke(Object sender, EventArgs e)
  220. 在 System.Windows.Forms.RibbonItem.OnClick(EventArgs e)
  221. 在 System.Windows.Forms.RibbonButton.OnClick(EventArgs e)
  222. 在 System.Windows.Forms.RibbonMouseSensor.Control_MouseClick(Object sender, MouseEventArgs e)
  223. 在 System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
  224. 在 System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
  225. 在 System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  226. 在 System.Windows.Forms.Control.WndProc(Message& m)
  227. 在 System.Windows.Forms.Ribbon.WndProc(Message& m)
  228. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  229. 2021-12-14 13:26:34,964 [1] 31 INFO Log : 系统正常退出
  230. 2021-12-14 13:27:59,764 [1] 31 INFO Log : 系统启动
  231. 2021-12-14 13:28:17,898 [1] 31 INFO Log : 系统启动
  232. 2021-12-14 13:32:37,469 [1] 31 INFO Log : 系统启动
  233. 2021-12-14 13:33:38,123 [1] 31 INFO Log : 系统启动
  234. 2021-12-14 13:34:27,656 [1] 31 INFO Log : 系统正常退出
  235. 2021-12-14 13:35:53,644 [1] 31 INFO Log : 系统启动
  236. 2021-12-14 13:36:09,533 [1] 53 ERROR Log : System.NotImplementedException: 未实现该方法或操作。
  237. 在 WWPipeLine.MapBasic.MapEx.M_MapControl_MouseWheel(Object sender, MouseEventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\MapEx.cs:行号 85
  238. 在 System.Windows.Forms.Control.OnMouseWheel(MouseEventArgs e)
  239. 在 System.Windows.Forms.ScrollableControl.OnMouseWheel(MouseEventArgs e)
  240. 在 SuperMap.UI.MapControl.OnMouseWheel(MouseEventArgs e)
  241. 在 System.Windows.Forms.Control.WmMouseWheel(Message& m)
  242. 在 System.Windows.Forms.Control.WndProc(Message& m)
  243. 在 System.Windows.Forms.UserControl.WndProc(Message& m)
  244. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  245. 2021-12-14 13:36:12,817 [1] 53 ERROR Log : System.NotImplementedException: 未实现该方法或操作。
  246. 在 WWPipeLine.MapBasic.MapEx.M_MapControl_MouseWheel(Object sender, MouseEventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\MapEx.cs:行号 85
  247. 在 System.Windows.Forms.Control.OnMouseWheel(MouseEventArgs e)
  248. 在 System.Windows.Forms.ScrollableControl.OnMouseWheel(MouseEventArgs e)
  249. 在 SuperMap.UI.MapControl.OnMouseWheel(MouseEventArgs e)
  250. 在 System.Windows.Forms.Control.WmMouseWheel(Message& m)
  251. 在 System.Windows.Forms.Control.WndProc(Message& m)
  252. 在 System.Windows.Forms.UserControl.WndProc(Message& m)
  253. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  254. 2021-12-14 13:36:13,606 [1] 53 ERROR Log : System.NotImplementedException: 未实现该方法或操作。
  255. 在 WWPipeLine.MapBasic.MapEx.M_MapControl_MouseWheel(Object sender, MouseEventArgs e) 位置 D:\GIS\WWpipeline\WWPipeLine\WWPipeLine.Map.Basic\MapEx.cs:行号 85
  256. 在 System.Windows.Forms.Control.OnMouseWheel(MouseEventArgs e)
  257. 在 System.Windows.Forms.ScrollableControl.OnMouseWheel(MouseEventArgs e)
  258. 在 SuperMap.UI.MapControl.OnMouseWheel(MouseEventArgs e)
  259. 在 System.Windows.Forms.Control.WmMouseWheel(Message& m)
  260. 在 System.Windows.Forms.Control.WndProc(Message& m)
  261. 在 System.Windows.Forms.UserControl.WndProc(Message& m)
  262. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  263. 2021-12-14 13:36:34,412 [1] 31 INFO Log : 系统启动
  264. 2021-12-14 13:37:41,258 [1] 31 INFO Log : 系统启动
  265. 2021-12-14 13:38:30,114 [1] 31 INFO Log : 系统启动
  266. 2021-12-14 13:45:05,367 [1] 31 INFO Log : 系统启动
  267. 2021-12-14 13:48:39,627 [1] 31 INFO Log : 系统启动
  268. 2021-12-14 13:49:06,527 [1] 31 INFO Log : 系统正常退出
  269. 2021-12-14 13:51:48,715 [1] 31 INFO Log : 系统启动
  270. 2021-12-14 13:52:05,583 [1] 31 INFO Log : 系统启动
  271. 2021-12-14 13:56:05,991 [1] 31 INFO Log : 系统启动
  272. 2021-12-14 13:57:37,569 [1] 31 INFO Log : 系统启动
  273. 2021-12-14 13:58:12,276 [1] 31 INFO Log : 系统启动
  274. 2021-12-14 14:00:23,884 [1] 31 INFO Log : 系统启动
  275. 2021-12-14 14:02:14,107 [1] 31 INFO Log : 系统启动
  276. 2021-12-14 14:03:33,467 [1] 31 INFO Log : 系统启动
  277. 2021-12-14 14:04:12,592 [1] 31 INFO Log : 系统正常退出
  278. 2021-12-14 14:04:17,350 [1] 31 INFO Log : 系统启动
  279. 2021-12-14 14:06:52,137 [1] 31 INFO Log : 系统启动
  280. 2021-12-14 14:11:25,650 [1] 31 INFO Log : 系统启动
  281. 2021-12-14 14:12:07,217 [1] 31 INFO Log : 系统启动
  282. 2021-12-14 14:14:50,709 [1] 31 INFO Log : 系统启动
  283. 2021-12-14 14:18:40,704 [1] 31 INFO Log : 系统启动
  284. 2021-12-14 14:24:42,130 [1] 31 INFO Log : 系统启动
  285. 2021-12-14 14:33:08,620 [1] 31 INFO Log : 系统启动
  286. 2021-12-14 14:34:28,772 [1] 31 INFO Log : 系统启动
  287. 2021-12-14 14:39:17,150 [1] 31 INFO Log : 系统启动
  288. 2021-12-14 14:40:14,572 [1] 31 INFO Log : 系统启动
  289. 2021-12-14 14:43:14,091 [1] 31 INFO Log : 系统启动
  290. 2021-12-14 14:43:37,035 [1] 31 INFO Log : 系统正常退出
  291. 2021-12-14 14:44:30,974 [1] 31 INFO Log : 系统启动
  292. 2021-12-14 14:45:27,122 [1] 31 INFO Log : 系统启动
  293. 2021-12-14 14:58:44,496 [1] 31 INFO Log : 系统启动
  294. 2021-12-14 15:00:12,837 [1] 31 INFO Log : 系统正常退出
  295. 2021-12-14 15:03:34,924 [1] 31 INFO Log : 系统启动
  296. 2021-12-14 15:04:40,548 [1] 31 INFO Log : 系统正常退出
  297. 2021-12-14 15:12:52,482 [1] 31 INFO Log : 系统启动
  298. 2021-12-14 15:14:27,872 [1] 31 INFO Log : 系统启动
  299. 2021-12-14 15:14:42,202 [1] 31 INFO Log : 系统正常退出
  300. 2021-12-14 15:15:24,016 [1] 31 INFO Log : 系统启动
  301. 2021-12-14 15:16:39,979 [1] 31 INFO Log : 系统启动
  302. 2021-12-14 15:34:52,795 [1] 31 INFO Log : 系统启动
  303. 2021-12-14 15:35:03,496 [1] 31 INFO Log : 系统正常退出
  304. 2021-12-14 15:36:05,483 [1] 31 INFO Log : 系统启动
  305. 2021-12-14 15:36:16,506 [1] 31 INFO Log : 系统正常退出
  306. 2021-12-14 15:37:15,514 [1] 31 INFO Log : 系统启动
  307. 2021-12-14 15:38:34,205 [1] 31 INFO Log : 系统启动
  308. 2021-12-14 15:44:45,600 [1] 31 INFO Log : 系统启动
  309. 2021-12-14 15:52:15,084 [1] 31 INFO Log : 系统启动
  310. 2021-12-14 16:08:02,709 [1] 31 INFO Log : 系统启动
  311. 2021-12-14 16:31:14,812 [1] 31 INFO Log : 系统启动
  312. 2021-12-14 16:31:37,874 [1] 31 INFO Log : 系统启动
  313. 2021-12-14 16:33:04,932 [1] 31 INFO Log : 系统正常退出
  314. 2021-12-14 16:37:54,291 [1] 31 INFO Log : 系统启动
  315. 2021-12-14 16:47:29,272 [1] 31 INFO Log : 系统启动
  316. 2021-12-14 16:55:24,812 [1] 31 INFO Log : 系统正常退出
  317. 2021-12-14 16:56:06,054 [1] 31 INFO Log : 系统启动
  318. 2021-12-14 16:56:45,389 [1] 31 INFO Log : 系统启动