Guest User

Untitled

a guest
Mar 11th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.84 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.Net.WebException: The server committed a protocol violation. Section=ResponseStatusLine
  6. at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
  7. at System.Net.WebClient.DownloadString(Uri address)
  8. at EZBlocker.WebHelperHook.GetPage(String URL)
  9. at EZBlocker.WebHelperHook.SetCSRF()
  10. at EZBlocker.WebHelperHook.GetStatus()
  11. at EZBlocker.Main.MainTimer_Tick(Object sender, EventArgs e)
  12. at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m)
  13. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  14.  
  15.  
  16. ************** Loaded Assemblies **************
  17. mscorlib
  18. Assembly Version: 4.0.0.0
  19. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  20. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  21. ----------------------------------------
  22. EZBlocker
  23. Assembly Version: 1.6.0.0
  24. Win32 Version: 1.6.0.0
  25. CodeBase: file:///C:/Users/asdf/EZBlocker/EZBlocker.exe
  26. ----------------------------------------
  27. System.Windows.Forms
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.0.30319.34251 built by: FX452RTMGDR
  30. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  31. ----------------------------------------
  32. System.Drawing
  33. Assembly Version: 4.0.0.0
  34. Win32 Version: 4.0.30319.34270 built by: FX452RTMGDR
  35. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  36. ----------------------------------------
  37. System
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  41. ----------------------------------------
  42. System.Configuration
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  46. ----------------------------------------
  47. System.Xml
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  50. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  51. ----------------------------------------
  52. System.Core
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  55. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  56. ----------------------------------------
  57. CoreAudio
  58. Assembly Version: 2.0.0.0
  59. Win32 Version: 2.0.0.0
  60. CodeBase: file:///C:/Users/asdf/EZBlocker/CoreAudio.DLL
  61. ----------------------------------------
  62. Newtonsoft.Json
  63. Assembly Version: 8.0.0.0
  64. Win32 Version: 8.0.2.19309
  65. CodeBase: file:///C:/Users/asdf/EZBlocker/Newtonsoft.Json.DLL
  66. ----------------------------------------
  67. System.Numerics
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  70. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll
  71. ----------------------------------------
  72. System.Runtime.Serialization
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.0.30319.34234 built by: FX452RTMGDR
  75. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Serialization/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Serialization.dll
  76. ----------------------------------------
  77. System.Xml.Linq
  78. Assembly Version: 4.0.0.0
  79. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  80. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml.Linq/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.Linq.dll
  81. ----------------------------------------
  82. System.Data
  83. Assembly Version: 4.0.0.0
  84. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  85. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_64/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll
  86. ----------------------------------------
  87.  
  88. ************** JIT Debugging **************
  89. To enable just-in-time (JIT) debugging, the .config file for this
  90. application or computer (machine.config) must have the
  91. jitDebugging value set in the system.windows.forms section.
  92. The application must also be compiled with debugging
  93. enabled.
  94.  
  95. For example:
  96.  
  97. <configuration>
  98. <system.windows.forms jitDebugging="true" />
  99. </configuration>
  100.  
  101. When JIT debugging is enabled, any unhandled exception
  102. will be sent to the JIT debugger registered on the computer
  103. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment