Advertisement
tahg

Untitled

Dec 10th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.31 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 Archive_X64_2.frmArchiveX64.tvwMain_AfterSelect(Object sender, TreeViewEventArgs e)
  7. at System.Windows.Forms.TreeView.TvnSelected(NMTREEVIEW* nmtv)
  8. at System.Windows.Forms.TreeView.WmNotify(Message& m)
  9. at System.Windows.Forms.TreeView.WndProc(Message& m)
  10. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  11.  
  12.  
  13. ************** Loaded Assemblies **************
  14. mscorlib
  15. Assembly Version: 4.0.0.0
  16. Win32 Version: 4.0.30319.1008 (RTMGDR.030319-1000)
  17. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  18. ----------------------------------------
  19. Archive_X64
  20. Assembly Version: 1.12.8.0
  21. Win32 Version: 1.12.08.0
  22. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/Archive_X64.exe
  23. ----------------------------------------
  24. System.Windows.Forms
  25. Assembly Version: 4.0.0.0
  26. Win32 Version: 4.0.30319.1002 built by: RTMGDR
  27. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  28. ----------------------------------------
  29. System.Drawing
  30. Assembly Version: 4.0.0.0
  31. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. SharpDX
  40. Assembly Version: 2.4.2.0
  41. Win32 Version: 2.4.2
  42. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/SharpDX.DLL
  43. ----------------------------------------
  44. AxInterop.SHDocVw
  45. Assembly Version: 1.1.0.0
  46. Win32 Version: 1.1.0.0
  47. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/AxInterop.SHDocVw.DLL
  48. ----------------------------------------
  49. Interop.SHDocVw
  50. Assembly Version: 1.1.0.0
  51. Win32 Version: 1.1.0.0
  52. CodeBase: file:///C:/Program%20Files/TBotR/Archive_X64/Interop.SHDocVw.DLL
  53. ----------------------------------------
  54. Accessibility
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.1 built by: RTMRel
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  58. ----------------------------------------
  59. System.Deployment
  60. Assembly Version: 4.0.0.0
  61. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  62. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Deployment/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Deployment.dll
  63. ----------------------------------------
  64. System.Core
  65. Assembly Version: 4.0.0.0
  66. Win32 Version: 4.0.30319.233 built by: RTMGDR
  67. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  68. ----------------------------------------
  69. System.Xml
  70. Assembly Version: 4.0.0.0
  71. Win32 Version: 4.0.30319.1015 built by: RTMGDR
  72. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  73. ----------------------------------------
  74. System.Configuration
  75. Assembly Version: 4.0.0.0
  76. Win32 Version: 4.0.30319.1015 (RTMGDR.030319-1000)
  77. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  78. ----------------------------------------
  79.  
  80. ************** JIT Debugging **************
  81. To enable just-in-time (JIT) debugging, the .config file for this
  82. application or computer (machine.config) must have the
  83. jitDebugging value set in the system.windows.forms section.
  84. The application must also be compiled with debugging
  85. enabled.
  86.  
  87. For example:
  88.  
  89. <configuration>
  90. <system.windows.forms jitDebugging="true" />
  91. </configuration>
  92.  
  93. When JIT debugging is enabled, any unhandled exception
  94. will be sent to the JIT debugger registered on the computer
  95. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement