Advertisement
gingerbeardman

Untitled

Feb 1st, 2018
152
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.97 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.NotSupportedException: The requested security protocol is not supported.
  6. at System.Net.ServicePointManager.set_SecurityProtocol(SecurityProtocolType value)
  7. at com.clusterrr.hakchi_gui.MainForm.MainForm_Shown(Object sender, EventArgs e) in C:\Users\J-Dizzle\Desktop\hakchi2\MainForm.cs:line 1772
  8. at System.Windows.Forms.Form.OnShown(EventArgs e)
  9. at System.Windows.Forms.Form.CallShownEvent()
  10. at System.Windows.Forms.Control.InvokeMarshaledCallbackDo(ThreadMethodEntry tme)
  11. at System.Windows.Forms.Control.InvokeMarshaledCallbackHelper(Object obj)
  12. at System.Threading.ExecutionContext.runTryCode(Object userData)
  13. at System.Runtime.CompilerServices.RuntimeHelpers.ExecuteCodeWithGuaranteedCleanup(TryCode code, CleanupCode backoutCode, Object userData)
  14. at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state)
  15. at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state)
  16. at System.Windows.Forms.Control.InvokeMarshaledCallback(ThreadMethodEntry tme)
  17. at System.Windows.Forms.Control.InvokeMarshaledCallbacks()
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 2.0.0.0
  23. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  25. ----------------------------------------
  26. hakchi
  27. Assembly Version: 3.0.0.0
  28. Win32 Version: 3.0.0.0
  29. CodeBase: file:///C:/Users/7/Desktop/hakchi2/hakchi.exe
  30. ----------------------------------------
  31. System
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  34. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  35. ----------------------------------------
  36. System.Core
  37. Assembly Version: 3.5.0.0
  38. Win32 Version: 3.5.30729.5420 built by: Win7SP1
  39. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
  40. ----------------------------------------
  41. System.Windows.Forms
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51. System.Configuration
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  55. ----------------------------------------
  56. System.Xml
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.5420 (Win7SP1.050727-5400)
  59. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  60. ----------------------------------------
  61. AutoUpdater.NET
  62. Assembly Version: 1.4.6.0
  63. Win32 Version: 3.0.0.0
  64. CodeBase: file:///C:/Users/7/Desktop/hakchi2/hakchi.exe
  65. ----------------------------------------
  66.  
  67. ************** JIT Debugging **************
  68. To enable just-in-time (JIT) debugging, the .config file for this
  69. application or computer (machine.config) must have the
  70. jitDebugging value set in the system.windows.forms section.
  71. The application must also be compiled with debugging
  72. enabled.
  73.  
  74. For example:
  75.  
  76. <configuration>
  77. <system.windows.forms jitDebugging="true" />
  78. </configuration>
  79.  
  80. When JIT debugging is enabled, any unhandled exception
  81. will be sent to the JIT debugger registered on the computer
  82. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement