ErrorReport.txt 81 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263
  1. ----------------------------------------
  2. System.NullReferenceException: 未将对象引用设置到对象的实例。
  3. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  4. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  5. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  6. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  7. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  8. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  9. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  10. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  11. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  12. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  13. 2009/4/15 16:59:27
  14. ----------------------------------------
  15. ----------------------------------------
  16. System.NullReferenceException: 未将对象引用设置到对象的实例。
  17. 在 System.Windows.Forms.NotifyIcon.ShowContextMenu()
  18. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  19. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  20. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  21. 2009/8/24 14:15:16
  22. ----------------------------------------
  23. ----------------------------------------
  24. System.ApplicationException: Table : Linkman didn't have a Schema!
  25. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Load(Object sender, EventArgs e)
  26. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  27. 在 System.Windows.Forms.Form.OnCreateControl()
  28. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  29. 在 System.Windows.Forms.Control.CreateControl()
  30. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  31. 在 System.Windows.Forms.Control.WndProc(Message& m)
  32. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  33. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  34. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  35. 在 System.Windows.Forms.Form.WndProc(Message& m)
  36. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  37. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  38. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  39. 2010/1/29 14:02:53
  40. ----------------------------------------
  41. ----------------------------------------
  42. System.NullReferenceException: 未将对象引用设置到对象的实例。
  43. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  44. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  45. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  46. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  47. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  48. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  49. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  50. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  51. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  52. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  53. 2010/1/29 15:21:59
  54. ----------------------------------------
  55. ----------------------------------------
  56. System.ArgumentException: DataGridRow 的行号不能为负。
  57. 参数名: rowNumber
  58. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  59. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  60. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  61. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  62. 在 System.Windows.Forms.Control.NotifyLeave()
  63. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  64. 2010/2/3 10:53:36
  65. ----------------------------------------
  66. ----------------------------------------
  67. System.ArgumentException: DataGridRow 的行号不能为负。
  68. 参数名: rowNumber
  69. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  70. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  71. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  72. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  73. 在 System.Windows.Forms.Control.NotifyLeave()
  74. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  75. 2010/3/12 12:23:39
  76. ----------------------------------------
  77. ----------------------------------------
  78. System.ArgumentException: DataGridRow 的行号不能为负。
  79. 参数名: rowNumber
  80. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  81. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  82. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  83. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  84. 在 System.Windows.Forms.Control.NotifyLeave()
  85. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  86. 2010/3/16 13:46:30
  87. ----------------------------------------
  88. ----------------------------------------
  89. System.ObjectDisposedException: 无法访问已释放的对象。
  90. 对象名:“FrmLogin”。
  91. 在 System.Windows.Forms.Control.CreateHandle()
  92. 在 System.Windows.Forms.Form.CreateHandle()
  93. 在 System.Windows.Forms.Control.get_Handle()
  94. 在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  95. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  96. 在 System.Windows.Forms.Control.set_Visible(Boolean value)
  97. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoffState(Boolean bShowLoginDialog)
  98. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoff(Boolean bShowLoginDialog)
  99. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.menulogoff_Click(Object sender, EventArgs e)
  100. 在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  101. 在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
  102. 在 System.Windows.Forms.Command.Invoke()
  103. 在 System.Windows.Forms.Command.DispatchID(Int32 id)
  104. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  105. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  106. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  107. 2010/5/14 9:06:44
  108. ----------------------------------------
  109. ----------------------------------------
  110. System.NullReferenceException: 未将对象引用设置到对象的实例。
  111. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  112. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  113. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  114. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  115. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  116. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  117. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  118. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  119. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  120. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  121. 2010/5/14 9:40:07
  122. ----------------------------------------
  123. ----------------------------------------
  124. System.ApplicationException: Table : Linkman didn't have a Schema!
  125. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Load(Object sender, EventArgs e)
  126. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  127. 在 System.Windows.Forms.Form.OnCreateControl()
  128. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  129. 在 System.Windows.Forms.Control.CreateControl()
  130. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  131. 在 System.Windows.Forms.Control.WndProc(Message& m)
  132. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  133. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  134. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  135. 在 System.Windows.Forms.Form.WndProc(Message& m)
  136. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  137. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  138. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  139. 2010/6/19 12:16:54
  140. ----------------------------------------
  141. ----------------------------------------
  142. System.ApplicationException: Table : Linkman didn't have a Schema!
  143. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Load(Object sender, EventArgs e)
  144. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  145. 在 System.Windows.Forms.Form.OnCreateControl()
  146. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  147. 在 System.Windows.Forms.Control.CreateControl()
  148. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  149. 在 System.Windows.Forms.Control.WndProc(Message& m)
  150. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  151. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  152. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  153. 在 System.Windows.Forms.Form.WndProc(Message& m)
  154. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  155. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  156. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  157. 2010/6/19 12:17:22
  158. ----------------------------------------
  159. ----------------------------------------
  160. System.ArgumentException: 无法创建字段 ExchangeBill 的子列表。
  161. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  162. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  163. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.EndEditControl()
  164. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Closing(Object sender, CancelEventArgs e)
  165. 在 System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
  166. 在 System.Windows.Forms.Form.WmClose(Message& m)
  167. 在 System.Windows.Forms.Form.WndProc(Message& m)
  168. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  169. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  170. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  171. 2010/6/19 12:24:09
  172. ----------------------------------------
  173. ----------------------------------------
  174. System.ApplicationException: Table : Linkman didn't have a Schema!
  175. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Load(Object sender, EventArgs e)
  176. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  177. 在 System.Windows.Forms.Form.OnCreateControl()
  178. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  179. 在 System.Windows.Forms.Control.CreateControl()
  180. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  181. 在 System.Windows.Forms.Control.WndProc(Message& m)
  182. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  183. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  184. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  185. 在 System.Windows.Forms.Form.WndProc(Message& m)
  186. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  187. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  188. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  189. 2010/6/19 12:26:03
  190. ----------------------------------------
  191. ----------------------------------------
  192. System.ArgumentException: 无法创建字段 ExchangeBill 的子列表。
  193. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  194. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  195. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.EndEditControl()
  196. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Closing(Object sender, CancelEventArgs e)
  197. 在 System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
  198. 在 System.Windows.Forms.Form.WmClose(Message& m)
  199. 在 System.Windows.Forms.Form.WndProc(Message& m)
  200. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  201. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  202. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  203. 2010/6/19 12:26:55
  204. ----------------------------------------
  205. ----------------------------------------
  206. System.ApplicationException: Table : Linkman didn't have a Schema!
  207. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Load(Object sender, EventArgs e)
  208. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  209. 在 System.Windows.Forms.Form.OnCreateControl()
  210. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  211. 在 System.Windows.Forms.Control.CreateControl()
  212. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  213. 在 System.Windows.Forms.Control.WndProc(Message& m)
  214. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  215. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  216. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  217. 在 System.Windows.Forms.Form.WndProc(Message& m)
  218. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  219. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  220. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  221. 2010/6/19 15:47:48
  222. ----------------------------------------
  223. ----------------------------------------
  224. System.ArgumentException: 无法创建字段 ExchangeBill 的子列表。
  225. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  226. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  227. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.EndEditControl()
  228. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Closing(Object sender, CancelEventArgs e)
  229. 在 System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
  230. 在 System.Windows.Forms.Form.WmClose(Message& m)
  231. 在 System.Windows.Forms.Form.WndProc(Message& m)
  232. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  233. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  234. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  235. 2010/6/19 15:49:01
  236. ----------------------------------------
  237. ----------------------------------------
  238. System.ArgumentException: 无法创建字段 ExchangeBill 的子列表。
  239. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  240. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  241. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.EndEditControl()
  242. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Closing(Object sender, CancelEventArgs e)
  243. 在 System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
  244. 在 System.Windows.Forms.Form.WmClose(Message& m)
  245. 在 System.Windows.Forms.Form.WndProc(Message& m)
  246. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  247. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  248. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  249. 2010/6/19 15:49:04
  250. ----------------------------------------
  251. ----------------------------------------
  252. System.ArgumentException: 无法创建字段 ExchangeBill 的子列表。
  253. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  254. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  255. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.EndEditControl()
  256. 在 SunRoxm.BizPeri.Client.WinUI.ClientEngine.form_Closing(Object sender, CancelEventArgs e)
  257. 在 System.Windows.Forms.Form.OnClosing(CancelEventArgs e)
  258. 在 System.Windows.Forms.Form.WmClose(Message& m)
  259. 在 System.Windows.Forms.Form.WndProc(Message& m)
  260. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  261. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  262. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  263. 2010/6/19 15:50:22
  264. ----------------------------------------
  265. ----------------------------------------
  266. System.ArgumentException: DataGridRow 的行号不能为负。
  267. 参数名: rowNumber
  268. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  269. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  270. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  271. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  272. 在 System.Windows.Forms.Control.NotifyLeave()
  273. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  274. 2010/6/19 16:37:34
  275. ----------------------------------------
  276. ----------------------------------------
  277. System.ArgumentException: DataGridRow 的行号不能为负。
  278. 参数名: rowNumber
  279. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  280. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  281. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  282. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  283. 在 System.Windows.Forms.Control.NotifyLeave()
  284. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  285. 2010/6/19 17:25:52
  286. ----------------------------------------
  287. ----------------------------------------
  288. System.ObjectDisposedException: 无法访问已释放的对象。
  289. 对象名:“FrmLogin”。
  290. 在 System.Windows.Forms.Control.CreateHandle()
  291. 在 System.Windows.Forms.Form.CreateHandle()
  292. 在 System.Windows.Forms.Control.get_Handle()
  293. 在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  294. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  295. 在 System.Windows.Forms.Control.set_Visible(Boolean value)
  296. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoffState(Boolean bShowLoginDialog)
  297. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoff(Boolean bShowLoginDialog)
  298. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.menulogoff_Click(Object sender, EventArgs e)
  299. 在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  300. 在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
  301. 在 System.Windows.Forms.Command.Invoke()
  302. 在 System.Windows.Forms.Command.DispatchID(Int32 id)
  303. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  304. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  305. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  306. 2010/6/19 17:26:29
  307. ----------------------------------------
  308. ----------------------------------------
  309. System.NullReferenceException: 未将对象引用设置到对象的实例。
  310. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  311. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  312. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  313. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  314. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  315. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  316. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  317. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  318. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  319. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  320. 2010/7/20 12:07:27
  321. ----------------------------------------
  322. ----------------------------------------
  323. System.NullReferenceException: 未将对象引用设置到对象的实例。
  324. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  325. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  326. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  327. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  328. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  329. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  330. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  331. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  332. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  333. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  334. 2010/7/30 10:34:01
  335. ----------------------------------------
  336. ----------------------------------------
  337. System.NullReferenceException: 未将对象引用设置到对象的实例。
  338. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  339. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  340. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  341. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  342. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  343. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  344. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  345. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  346. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  347. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  348. 2010/8/13 16:29:42
  349. ----------------------------------------
  350. ----------------------------------------
  351. System.InvalidOperationException: 执行 CreateHandle() 时无法调用值 Close()。
  352. 在 System.Windows.Forms.Form.Close()
  353. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.ChildFormsExit()
  354. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoff(Boolean bShowLoginDialog)
  355. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.menulogoff_Click(Object sender, EventArgs e)
  356. 在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  357. 在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
  358. 在 System.Windows.Forms.Command.Invoke()
  359. 在 System.Windows.Forms.Command.DispatchID(Int32 id)
  360. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  361. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  362. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  363. 2010/8/17 9:41:41
  364. ----------------------------------------
  365. ----------------------------------------
  366. System.InvalidOperationException: 执行 CreateHandle() 时无法调用值 Dispose()。
  367. 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
  368. 在 System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
  369. 在 System.Windows.Forms.Form.Dispose(Boolean disposing)
  370. 在 SunRoxm.BizPeri.Client.WinUI.FrmEmployee.Dispose(Boolean disposing)
  371. 在 System.ComponentModel.Component.Dispose()
  372. 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
  373. 在 System.ComponentModel.Component.Dispose()
  374. 在 System.Windows.Forms.Control.Dispose(Boolean disposing)
  375. 在 System.Windows.Forms.ContainerControl.Dispose(Boolean disposing)
  376. 在 System.Windows.Forms.Form.Dispose(Boolean disposing)
  377. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.Dispose(Boolean disposing)
  378. 在 System.ComponentModel.Component.Dispose()
  379. 在 System.Windows.Forms.Form.WmClose(Message& m)
  380. 在 System.Windows.Forms.Form.WndProc(Message& m)
  381. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  382. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  383. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  384. 2010/8/17 14:03:04
  385. ----------------------------------------
  386. ----------------------------------------
  387. System.ComponentModel.Win32Exception: 创建窗口句柄时出错。
  388. 在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  389. 在 System.Windows.Forms.Control.CreateHandle()
  390. 在 System.Windows.Forms.Form.CreateHandle()
  391. 在 System.Windows.Forms.Control.get_Handle()
  392. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  393. 在 System.Windows.Forms.Control.Show()
  394. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  395. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  396. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  397. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  398. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  399. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  400. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  401. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  402. 2010/8/17 14:03:19
  403. ----------------------------------------
  404. ----------------------------------------
  405. System.ObjectDisposedException: 无法访问已释放的对象。
  406. 对象名:“FrmLogin”。
  407. 在 System.Windows.Forms.Control.CreateHandle()
  408. 在 System.Windows.Forms.Form.CreateHandle()
  409. 在 System.Windows.Forms.Control.get_Handle()
  410. 在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  411. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  412. 在 System.Windows.Forms.Control.set_Visible(Boolean value)
  413. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoffState(Boolean bShowLoginDialog)
  414. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoff(Boolean bShowLoginDialog)
  415. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.menulogoff_Click(Object sender, EventArgs e)
  416. 在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  417. 在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
  418. 在 System.Windows.Forms.Command.Invoke()
  419. 在 System.Windows.Forms.Command.DispatchID(Int32 id)
  420. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  421. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  422. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  423. 2010/9/28 16:52:04
  424. ----------------------------------------
  425. ----------------------------------------
  426. System.NullReferenceException: 未将对象引用设置到对象的实例。
  427. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  428. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  429. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  430. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  431. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  432. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  433. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  434. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  435. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  436. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  437. 2010/11/25 16:50:01
  438. ----------------------------------------
  439. ----------------------------------------
  440. System.NullReferenceException: 未将对象引用设置到对象的实例。
  441. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  442. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  443. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  444. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  445. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  446. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  447. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  448. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  449. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  450. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  451. 2010/11/26 9:55:34
  452. ----------------------------------------
  453. ----------------------------------------
  454. System.ObjectDisposedException: 无法访问已释放的对象。
  455. 对象名:“FrmLogin”。
  456. 在 System.Windows.Forms.Control.CreateHandle()
  457. 在 System.Windows.Forms.Form.CreateHandle()
  458. 在 System.Windows.Forms.Control.get_Handle()
  459. 在 System.Windows.Forms.Control.SetVisibleCore(Boolean value)
  460. 在 System.Windows.Forms.Form.SetVisibleCore(Boolean value)
  461. 在 System.Windows.Forms.Control.set_Visible(Boolean value)
  462. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoffState(Boolean bShowLoginDialog)
  463. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.DoLogoff(Boolean bShowLoginDialog)
  464. 在 SunRoxm.BizPeri.Client.WinUI.FrmLogin.menulogoff_Click(Object sender, EventArgs e)
  465. 在 System.Windows.Forms.MenuItem.OnClick(EventArgs e)
  466. 在 System.Windows.Forms.MenuItem.MenuItemData.Execute()
  467. 在 System.Windows.Forms.Command.Invoke()
  468. 在 System.Windows.Forms.Command.DispatchID(Int32 id)
  469. 在 System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  470. 在 System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  471. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  472. 2010/12/1 19:16:28
  473. ----------------------------------------
  474. ----------------------------------------
  475. System.NullReferenceException: 未将对象引用设置到对象的实例。
  476. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  477. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  478. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  479. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  480. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  481. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  482. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  483. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  484. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  485. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  486. 2011/1/19 17:03:29
  487. ----------------------------------------
  488. ----------------------------------------
  489. System.ComponentModel.Win32Exception: 窗口类名无效。
  490. 在 System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
  491. 在 System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle)
  492. 在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  493. 在 System.Windows.Forms.Control.CreateHandle()
  494. 在 System.Windows.Forms.TextBoxBase.CreateHandle()
  495. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  496. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  497. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  498. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  499. 在 System.Windows.Forms.Control.CreateControl()
  500. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  501. 在 System.Windows.Forms.Control.WndProc(Message& m)
  502. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  503. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  504. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  505. 在 System.Windows.Forms.Form.WndProc(Message& m)
  506. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  507. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  508. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  509. 2011/4/12 19:13:49
  510. ----------------------------------------
  511. ----------------------------------------
  512. System.ComponentModel.Win32Exception: 窗口类名无效。
  513. 在 System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
  514. 在 System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle)
  515. 在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  516. 在 System.Windows.Forms.Control.CreateHandle()
  517. 在 System.Windows.Forms.TextBoxBase.CreateHandle()
  518. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  519. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  520. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  521. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  522. 在 System.Windows.Forms.Control.CreateControl()
  523. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  524. 在 System.Windows.Forms.Control.WndProc(Message& m)
  525. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  526. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  527. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  528. 在 System.Windows.Forms.Form.WndProc(Message& m)
  529. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  530. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  531. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  532. 2011/4/12 19:14:03
  533. ----------------------------------------
  534. ----------------------------------------
  535. System.ComponentModel.Win32Exception: 窗口类名无效。
  536. 在 System.Windows.Forms.NativeWindow.WindowClass.RegisterClass()
  537. 在 System.Windows.Forms.NativeWindow.WindowClass.Create(String className, Int32 classStyle)
  538. 在 System.Windows.Forms.NativeWindow.CreateHandle(CreateParams cp)
  539. 在 System.Windows.Forms.Control.CreateHandle()
  540. 在 System.Windows.Forms.TextBoxBase.CreateHandle()
  541. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  542. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  543. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  544. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  545. 在 System.Windows.Forms.Control.CreateControl()
  546. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  547. 在 System.Windows.Forms.Control.WndProc(Message& m)
  548. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  549. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  550. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  551. 在 System.Windows.Forms.Form.WndProc(Message& m)
  552. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  553. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  554. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  555. 2011/4/12 19:14:13
  556. ----------------------------------------
  557. ----------------------------------------
  558. System.NullReferenceException: Object reference not set to an instance of an object.
  559. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  560. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  561. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  562. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  563. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  564. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  565. at System.Windows.Forms.TreeView.WndProc(Message& m)
  566. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  567. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  568. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  569. 2012-04-23 11:12:44
  570. ----------------------------------------
  571. ----------------------------------------
  572. System.NullReferenceException: Object reference not set to an instance of an object.
  573. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  574. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  575. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  576. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  577. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  578. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  579. at System.Windows.Forms.TreeView.WndProc(Message& m)
  580. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  581. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  582. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  583. 2012-04-23 11:14:35
  584. ----------------------------------------
  585. ----------------------------------------
  586. System.NullReferenceException: Object reference not set to an instance of an object.
  587. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  588. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  589. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  590. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  591. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  592. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  593. at System.Windows.Forms.TreeView.WndProc(Message& m)
  594. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  595. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  596. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  597. 2012-04-23 16:59:09
  598. ----------------------------------------
  599. ----------------------------------------
  600. System.NullReferenceException: Object reference not set to an instance of an object.
  601. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  602. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  603. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  604. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  605. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  606. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  607. at System.Windows.Forms.TreeView.WndProc(Message& m)
  608. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  609. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  610. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  611. 2012-06-12 15:13:38
  612. ----------------------------------------
  613. ----------------------------------------
  614. System.NullReferenceException: Object reference not set to an instance of an object.
  615. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  616. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  617. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  618. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  619. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  620. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  621. at System.Windows.Forms.TreeView.WndProc(Message& m)
  622. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  623. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  624. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  625. 2012-06-12 15:13:55
  626. ----------------------------------------
  627. ----------------------------------------
  628. System.NullReferenceException: Object reference not set to an instance of an object.
  629. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  630. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  631. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  632. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  633. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  634. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  635. at System.Windows.Forms.TreeView.WndProc(Message& m)
  636. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  637. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  638. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  639. 2012-06-12 15:41:26
  640. ----------------------------------------
  641. ----------------------------------------
  642. System.NullReferenceException: Object reference not set to an instance of an object.
  643. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  644. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  645. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  646. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  647. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  648. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  649. at System.Windows.Forms.TreeView.WndProc(Message& m)
  650. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  651. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  652. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  653. 2012-07-02 14:09:14
  654. ----------------------------------------
  655. ----------------------------------------
  656. System.ArgumentException: DataGridRow cannot have a negative row number.
  657. Parameter name: rowNumber
  658. at System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  659. at System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  660. at System.Windows.Forms.DataGrid.OnLeave_Grid()
  661. at System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  662. at System.Windows.Forms.Control.NotifyLeave()
  663. at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  664. 2012-08-16 08:44:02
  665. ----------------------------------------
  666. ----------------------------------------
  667. System.NullReferenceException: Object reference not set to an instance of an object.
  668. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  669. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  670. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  671. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  672. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  673. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  674. at System.Windows.Forms.TreeView.WndProc(Message& m)
  675. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  676. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  677. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  678. 2012-08-20 12:34:09
  679. ----------------------------------------
  680. ----------------------------------------
  681. System.ArgumentException: DataGridRow cannot have a negative row number.
  682. Parameter name: rowNumber
  683. at System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  684. at System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  685. at System.Windows.Forms.DataGrid.OnLeave_Grid()
  686. at System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  687. at System.Windows.Forms.Control.NotifyLeave()
  688. at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  689. 2012-08-21 08:46:01
  690. ----------------------------------------
  691. ----------------------------------------
  692. System.ArgumentException: DataGridRow cannot have a negative row number.
  693. Parameter name: rowNumber
  694. at System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  695. at System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  696. at System.Windows.Forms.DataGrid.OnLeave_Grid()
  697. at System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  698. at System.Windows.Forms.Control.NotifyLeave()
  699. at System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  700. 2012-09-04 08:33:05
  701. ----------------------------------------
  702. ----------------------------------------
  703. System.InvalidOperationException: DataGridColumnStyle of '总价' cannot be used because it is not associated with a Property or Column in the DataSource.
  704. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  705. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  706. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  707. at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
  708. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  709. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  710. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  711. 2012-10-09 11:07:41
  712. ----------------------------------------
  713. ----------------------------------------
  714. System.NullReferenceException: Object reference not set to an instance of an object.
  715. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  716. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  717. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  718. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  719. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  720. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  721. at System.Windows.Forms.TreeView.WndProc(Message& m)
  722. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  723. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  724. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  725. 2013-01-16 15:55:57
  726. ----------------------------------------
  727. ----------------------------------------
  728. System.NullReferenceException: Object reference not set to an instance of an object.
  729. at SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  730. at SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  731. at SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  732. at SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  733. at SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  734. at System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  735. at System.Windows.Forms.TreeView.WndProc(Message& m)
  736. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  737. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  738. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  739. 2013-03-25 16:21:57
  740. ----------------------------------------
  741. ----------------------------------------
  742. System.InvalidOperationException: DataGridColumnStyle of '成本' cannot be used because it is not associated with a Property or Column in the DataSource.
  743. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  744. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  745. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  746. at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
  747. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  748. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  749. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  750. 2013-05-23 13:33:19
  751. ----------------------------------------
  752. ----------------------------------------
  753. System.InvalidOperationException: DataGridColumnStyle of '成本' cannot be used because it is not associated with a Property or Column in the DataSource.
  754. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  755. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  756. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  757. at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
  758. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  759. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  760. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  761. 2013-05-23 13:33:30
  762. ----------------------------------------
  763. ----------------------------------------
  764. System.InvalidOperationException: DataGridColumnStyle of '成本' cannot be used because it is not associated with a Property or Column in the DataSource.
  765. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  766. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  767. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  768. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  769. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  770. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  771. 2013-05-23 13:33:33
  772. ----------------------------------------
  773. ----------------------------------------
  774. System.InvalidOperationException: DataGridColumnStyle of '成本' cannot be used because it is not associated with a Property or Column in the DataSource.
  775. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  776. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  777. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  778. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  779. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  780. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  781. 2013-05-23 13:34:49
  782. ----------------------------------------
  783. ----------------------------------------
  784. System.InvalidOperationException: DataGridColumnStyle of '总价' cannot be used because it is not associated with a Property or Column in the DataSource.
  785. at System.Windows.Forms.DataGridColumnStyle.CheckValidDataSource(CurrencyManager value)
  786. at System.Windows.Forms.DataGridColumnStyle.GetColumnValueAtRow(CurrencyManager source, Int32 rowNum)
  787. at System.Windows.Forms.DataGrid.ProcessDialogKey(Keys keyData)
  788. at System.Windows.Forms.TextBoxBase.ProcessDialogKey(Keys keyData)
  789. at System.Windows.Forms.Control.PreProcessMessage(Message& msg)
  790. at System.Windows.Forms.Control.PreProcessControlMessageInternal(Control target, Message& msg)
  791. at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg)
  792. 2013-05-23 14:17:19
  793. ----------------------------------------
  794. ----------------------------------------
  795. System.NullReferenceException: Object reference not set to an instance of an object.
  796. at SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  797. at SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  798. at SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_print_Click(Object sender, EventArgs e)
  799. at System.Windows.Forms.Control.OnClick(EventArgs e)
  800. at System.Windows.Forms.Button.OnClick(EventArgs e)
  801. at System.Windows.Forms.Button.WndProc(Message& m)
  802. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  803. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  804. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  805. 2013-05-31 14:41:05
  806. ----------------------------------------
  807. ----------------------------------------
  808. System.NullReferenceException: Object reference not set to an instance of an object.
  809. at System.Windows.Forms.NotifyIcon.ShowContextMenu()
  810. at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  811. at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  812. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  813. 2013-07-26 17:33:17
  814. ----------------------------------------
  815. ----------------------------------------
  816. System.ArgumentException: Controls created on one thread cannot be parented to a control on a different thread.
  817. at System.Windows.Forms.Control.ControlCollection.Add(Control value)
  818. at System.Windows.Forms.TabPage.TabPageControlCollection.Add(Control value)
  819. at SunRoxm.BizPeri.Client.WinUI.FrmMain.AddToolBarBtnAndPad()
  820. at SunRoxm.BizPeri.Client.WinUI.FrmMain..ctor()
  821. at SunRoxm.BizPeri.Client.WinUI.FrmLogin.CallMainForm()
  822. at SunRoxm.BizPeri.Client.WinUI.FrmLogin.menuOpenSystem_Click(Object sender, EventArgs e)
  823. at SunRoxm.BizPeri.Client.WinUI.FrmLogin.smartIcon_DoubleClick(Object sender, EventArgs e)
  824. at System.Windows.Forms.NotifyIcon.OnDoubleClick(EventArgs e)
  825. at System.Windows.Forms.NotifyIcon.WmMouseDown(Message& m, MouseButtons button, Int32 clicks)
  826. at System.Windows.Forms.NotifyIcon.WndProc(Message& msg)
  827. at System.Windows.Forms.NotifyIcon.NotifyIconNativeWindow.WndProc(Message& m)
  828. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  829. 2013-07-26 17:33:19
  830. ----------------------------------------
  831. ----------------------------------------
  832. System.NullReferenceException: Object reference not set to an instance of an object.
  833. at SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  834. at SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  835. at SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  836. at System.Windows.Forms.Control.OnClick(EventArgs e)
  837. at System.Windows.Forms.Button.OnClick(EventArgs e)
  838. at System.Windows.Forms.Button.WndProc(Message& m)
  839. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  840. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  841. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  842. 2014-03-28 08:51:34
  843. ----------------------------------------
  844. ----------------------------------------
  845. System.NullReferenceException: 未将对象引用设置到对象的实例。
  846. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  847. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  848. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  849. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  850. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  851. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  852. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  853. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  854. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  855. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  856. 2014-10-16 15:50:18
  857. ----------------------------------------
  858. ----------------------------------------
  859. System.NullReferenceException: 未将对象引用设置到对象的实例。
  860. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  861. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  862. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  863. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  864. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  865. 在 System.Windows.Forms.Button.WndProc(Message& m)
  866. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  867. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  868. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  869. 2015-01-22 10:37:49
  870. ----------------------------------------
  871. ----------------------------------------
  872. System.NullReferenceException: 未将对象引用设置到对象的实例。
  873. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  874. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  875. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  876. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  877. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  878. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  879. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  880. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  881. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  882. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  883. 2018/5/14 14:31:04
  884. ----------------------------------------
  885. ----------------------------------------
  886. System.NullReferenceException: 未将对象引用设置到对象的实例。
  887. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  888. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  889. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  890. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  891. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  892. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  893. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  894. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  895. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  896. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  897. 2018/5/14 14:31:09
  898. ----------------------------------------
  899. ----------------------------------------
  900. System.NullReferenceException: 未将对象引用设置到对象的实例。
  901. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  902. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  903. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  904. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  905. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  906. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  907. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  908. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  909. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  910. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  911. 2018/5/14 14:31:13
  912. ----------------------------------------
  913. ----------------------------------------
  914. System.NullReferenceException: 未将对象引用设置到对象的实例。
  915. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  916. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  917. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  918. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  919. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  920. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  921. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  922. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  923. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  924. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  925. 2018/5/14 14:59:01
  926. ----------------------------------------
  927. ----------------------------------------
  928. System.NullReferenceException: 未将对象引用设置到对象的实例。
  929. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  930. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  931. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  932. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  933. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  934. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  935. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  936. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  937. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  938. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  939. 2018/5/14 14:59:05
  940. ----------------------------------------
  941. ----------------------------------------
  942. System.NullReferenceException: 未将对象引用设置到对象的实例。
  943. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  944. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  945. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  946. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  947. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  948. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  949. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  950. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  951. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  952. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  953. 2018/5/14 14:59:10
  954. ----------------------------------------
  955. ----------------------------------------
  956. System.NullReferenceException: 未将对象引用设置到对象的实例。
  957. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  958. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  959. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  960. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  961. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  962. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  963. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  964. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  965. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  966. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  967. 2018/5/14 14:59:13
  968. ----------------------------------------
  969. ----------------------------------------
  970. System.NullReferenceException: 未将对象引用设置到对象的实例。
  971. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  972. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  973. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  974. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  975. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  976. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  977. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  978. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  979. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  980. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  981. 2018/5/14 14:59:26
  982. ----------------------------------------
  983. ----------------------------------------
  984. System.NullReferenceException: 未将对象引用设置到对象的实例。
  985. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  986. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  987. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  988. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  989. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  990. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  991. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  992. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  993. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  994. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  995. 2018/5/14 14:59:42
  996. ----------------------------------------
  997. ----------------------------------------
  998. System.NullReferenceException: 未将对象引用设置到对象的实例。
  999. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1000. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1001. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1002. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1003. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1004. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1005. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1006. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1007. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1008. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1009. 2019/7/3 10:28:12
  1010. ----------------------------------------
  1011. ----------------------------------------
  1012. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1013. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1014. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1015. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1016. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1017. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1018. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1019. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1020. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1021. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1022. 2019/7/10 9:56:17
  1023. ----------------------------------------
  1024. ----------------------------------------
  1025. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1026. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1027. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1028. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1029. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1030. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1031. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1032. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1033. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1034. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1035. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1036. 2019/7/11 15:43:35
  1037. ----------------------------------------
  1038. ----------------------------------------
  1039. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1040. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1041. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1042. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1043. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1044. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1045. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1046. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1047. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1048. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1049. 2019/7/12 14:31:39
  1050. ----------------------------------------
  1051. ----------------------------------------
  1052. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1053. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1054. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1055. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1056. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1057. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1058. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1059. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1060. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1061. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1062. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1063. 2019/7/18 9:55:54
  1064. ----------------------------------------
  1065. ----------------------------------------
  1066. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1067. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1068. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1069. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1070. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1071. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1072. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1073. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1074. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1075. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1076. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1077. 2019/7/18 21:40:31
  1078. ----------------------------------------
  1079. ----------------------------------------
  1080. System.ArgumentException: DataGridRow 的行号不能为负。
  1081. 参数名: rowNumber
  1082. 在 System.Windows.Forms.DataGridRow..ctor(DataGrid dataGrid, DataGridTableStyle dgTable, Int32 rowNumber)
  1083. 在 System.Windows.Forms.DataGridAddNewRow..ctor(DataGrid dGrid, DataGridTableStyle gridTable, Int32 rowNum)
  1084. 在 System.Windows.Forms.DataGrid.OnLeave_Grid()
  1085. 在 System.Windows.Forms.DataGrid.OnLeave(EventArgs e)
  1086. 在 System.Windows.Forms.Control.NotifyLeave()
  1087. 在 System.Windows.Forms.ContainerControl.UpdateFocusedControl()
  1088. 2019/7/19 10:52:29
  1089. ----------------------------------------
  1090. ----------------------------------------
  1091. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1092. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1093. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1094. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1095. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1096. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1097. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1098. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1099. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1100. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1101. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1102. 2019/7/21 13:26:27
  1103. ----------------------------------------
  1104. ----------------------------------------
  1105. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1106. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1107. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1108. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1109. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1110. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1111. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1112. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1113. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1114. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1115. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1116. 2019/7/22 20:56:13
  1117. ----------------------------------------
  1118. ----------------------------------------
  1119. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1120. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1121. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1122. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1123. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1124. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1125. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1126. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1127. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1128. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1129. 2019/7/28 18:09:54
  1130. ----------------------------------------
  1131. ----------------------------------------
  1132. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1133. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1134. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1135. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1136. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1137. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1138. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1139. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1140. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1141. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1142. 2019/7/29 16:41:36
  1143. ----------------------------------------
  1144. ----------------------------------------
  1145. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1146. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1147. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1148. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1149. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1150. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1151. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1152. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1153. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1154. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1155. 2019/7/29 16:42:19
  1156. ----------------------------------------
  1157. ----------------------------------------
  1158. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1159. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1160. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1161. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1162. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1163. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1164. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1165. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1166. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1167. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1168. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1169. 2019/7/30 10:46:29
  1170. ----------------------------------------
  1171. ----------------------------------------
  1172. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1173. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1174. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1175. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1176. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1177. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1178. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1179. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1180. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1181. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1182. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1183. 2019/7/30 15:33:08
  1184. ----------------------------------------
  1185. ----------------------------------------
  1186. System.ArgumentNullException: 值不能为空。
  1187. 参数名: dataSource
  1188. 在 System.Windows.Forms.BindingContext.HashKey..ctor(Object dataSource, String dataMember)
  1189. 在 System.Windows.Forms.BindingContext.EnsureListManager(Object dataSource, String dataMember)
  1190. 在 System.Windows.Forms.BindingContext.get_Item(Object dataSource, String dataMember)
  1191. 在 SunRoxm.BizPeri.Client.WinUI.FrmCodeGenerator.dgCodeGen_CurrentCellChanged(Object sender, EventArgs e)
  1192. 在 SunRoxm.BizPeri.Client.WinUI.FrmCodeGenerator.FrmCodeGenerator_Load(Object sender, EventArgs e)
  1193. 在 System.Windows.Forms.Form.OnLoad(EventArgs e)
  1194. 在 System.Windows.Forms.Form.OnCreateControl()
  1195. 在 System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  1196. 在 System.Windows.Forms.Control.CreateControl()
  1197. 在 System.Windows.Forms.Control.WmShowWindow(Message& m)
  1198. 在 System.Windows.Forms.Control.WndProc(Message& m)
  1199. 在 System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  1200. 在 System.Windows.Forms.ContainerControl.WndProc(Message& m)
  1201. 在 System.Windows.Forms.Form.WmShowWindow(Message& m)
  1202. 在 System.Windows.Forms.Form.WndProc(Message& m)
  1203. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1204. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1205. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1206. 2019/8/1 10:14:21
  1207. ----------------------------------------
  1208. ----------------------------------------
  1209. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1210. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1211. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1212. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1213. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1214. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1215. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1216. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1217. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1218. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1219. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1220. 2019/8/2 16:32:45
  1221. ----------------------------------------
  1222. ----------------------------------------
  1223. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1224. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1225. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1226. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1227. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1228. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1229. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1230. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1231. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1232. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1233. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1234. 2019/8/15 14:15:02
  1235. ----------------------------------------
  1236. ----------------------------------------
  1237. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1238. 在 SunRoxm.BizPeri.Common.Data.RequestResult.get_ReturnValue()
  1239. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.CreateFormProperty(String formName)
  1240. 在 SunRoxm.BizPeri.Client.WinUI.MDIManager.NewForm(Form form)
  1241. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.CommandChildForm(String strText)
  1242. 在 SunRoxm.BizPeri.Client.WinUI.FrmMain.tvFn_DoubleClick(Object sender, EventArgs e)
  1243. 在 System.Windows.Forms.Control.OnDoubleClick(EventArgs e)
  1244. 在 System.Windows.Forms.TreeView.WndProc(Message& m)
  1245. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1246. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1247. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1248. 2019/8/15 14:15:10
  1249. ----------------------------------------
  1250. ----------------------------------------
  1251. System.NullReferenceException: 未将对象引用设置到对象的实例。
  1252. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.PrintFunction(CommandManage cm, Object[] Para, DataSet dsPrint, PrintParas printParas)
  1253. 在 SunRoxm.BizPeri.Client.WinUI.ReportsPrinter.ContinuousPrint(PrintParas printParas)
  1254. 在 SunRoxm.BizPeri.Client.WinUI.FrmSeriesPrint.BT_preview_Click(Object sender, EventArgs e)
  1255. 在 System.Windows.Forms.Control.OnClick(EventArgs e)
  1256. 在 System.Windows.Forms.Button.OnClick(EventArgs e)
  1257. 在 System.Windows.Forms.Button.WndProc(Message& m)
  1258. 在 System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  1259. 在 System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  1260. 在 System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  1261. 2019/8/16 15:33:51
  1262. ----------------------------------------