Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. See the end of this message for details on invoking
  2. just-in-time (JIT) debugging instead of this dialog box.
  3.  
  4. ************** Exception Text **************
  5. System.NullReferenceException: Object reference not set to an instance of an object.
  6. at BL_PECard.PEForm.PELoad(EventArgs e) in C:\Users\Mac\Desktop\IspeTestTool_Copy\BL_PECard\GlobalClass.cs:line 30
  7. at PE_Card.MainForm.addItemTab(String tabname, Form frm) in C:\Users\Mac\Desktop\IspeTestTool_Copy\PE_Card\MainForm.cs:line 535
  8. at PE_Card.MainForm.addTabOfExistingNode(String name) in C:\Users\Mac\Desktop\IspeTestTool_Copy\PE_Card\projectCtxMethods.cs:line 142
  9. at PE_Card.MainForm.treeView1_MouseDoubleClick(Object sender, MouseEventArgs e) in C:\Users\Mac\Desktop\IspeTestTool_Copy\PE_Card\MainForm.cs:line 580
  10. at System.Windows.Forms.Control.OnMouseDoubleClick(MouseEventArgs e)
  11. at System.Windows.Forms.TreeView.WndProc(Message& m)
  12. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement