Guest User

Untitled

a guest
Oct 23rd, 2017
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.95 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 (Object )
  7. at ..(Object )
  8. at .
  9. .(Object , EventArgs )
  10. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  11. at System.Windows.Forms.Form.OnCreateControl()
  12. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  13. at System.Windows.Forms.Control.CreateControl()
  14. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  17. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Form.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  28. CodeBase: file:///C:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. Get Article
  31. Assembly Version: 1.8.11.1702
  32. Win32 Version: 1.8.11.1702
  33. CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/gap/Get%20Article.exe
  34. ----------------------------------------
  35. System
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.1 built by: RTMRel
  38. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  39. ----------------------------------------
  40. ResourceAssembly
  41. Assembly Version: 1.0.0.0
  42. Win32 Version: 1.8.11.1702
  43. CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/gap/Get%20Article.exe
  44. ----------------------------------------
  45. Microsoft.VisualBasic
  46. Assembly Version: 10.0.0.0
  47. Win32 Version: 10.0.30319.1 built by: RTMRel
  48. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  49. ----------------------------------------
  50. System.Core
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.1 built by: RTMRel
  53. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  54. ----------------------------------------
  55. System.Windows.Forms
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.1 built by: RTMRel
  58. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  59. ----------------------------------------
  60. System.Drawing
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.1 built by: RTMRel
  63. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  64. ----------------------------------------
  65. System.Runtime.Remoting
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  68. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  69. ----------------------------------------
  70. System.Configuration
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  73. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  74. ----------------------------------------
  75. System.Xml
  76. Assembly Version: 4.0.0.0
  77. Win32 Version: 4.0.30319.1 built by: RTMRel
  78. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  79. ----------------------------------------
  80. System.Management
  81. Assembly Version: 4.0.0.0
  82. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  83. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll
  84. ----------------------------------------
  85. DetectFX
  86. Assembly Version: 1.0.0.0
  87. Win32 Version: 1.8.11.1702
  88. CodeBase: file:///C:/Documents%20and%20Settings/Administrator/Desktop/gap/Get%20Article.exe
  89. ----------------------------------------
  90.  
  91. ************** JIT Debugging **************
  92. To enable just-in-time (JIT) debugging, the .config file for this
  93. application or computer (machine.config) must have the
  94. jitDebugging value set in the system.windows.forms section.
  95. The application must also be compiled with debugging
  96. enabled.
  97.  
  98. For example:
  99.  
  100. <configuration>
  101. <system.windows.forms jitDebugging="true" />
  102. </configuration>
  103.  
  104. When JIT debugging is enabled, any unhandled exception
  105. will be sent to the JIT debugger registered on the computer
  106. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment