Advertisement
Guest User

Untitled

a guest
Aug 16th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.80 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: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 198.144.180.26:80
  6. at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress socketAddress)
  7. at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, Socket s4, Socket s6, Socket& socket, IPAddress& address, ConnectSocketState state, IAsyncResult asyncResult, Exception& exception)
  8. --- End of inner exception stack trace ---
  9. at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)
  10. at System.Net.HttpWebRequest.GetRequestStream()
  11. at loader.Login.login(String user, String pass)
  12. at loader.Login.LoginBtn_Click(Object sender, EventArgs e)
  13. at System.Windows.Forms.Control.OnClick(EventArgs e)
  14. at System.Windows.Forms.Button.OnClick(EventArgs e)
  15. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  16. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  19. at System.Windows.Forms.Button.WndProc(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  22. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  23.  
  24.  
  25. ************** Loaded Assemblies **************
  26. mscorlib
  27. Assembly Version: 4.0.0.0
  28. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  30. ----------------------------------------
  31. loader
  32. Assembly Version: 1.0.0.0
  33. Win32 Version: 1.0.0.0
  34. CodeBase: file:///C:/Users/GeeGee/Desktop/New%20folder/loader.exe
  35. ----------------------------------------
  36. MetroFramework
  37. Assembly Version: 1.2.0.3
  38. Win32 Version: 1.2.0.3
  39. CodeBase: file:///C:/Users/GeeGee/Desktop/New%20folder/MetroFramework.DLL
  40. ----------------------------------------
  41. System.Windows.Forms
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  44. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  45. ----------------------------------------
  46. System
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.7.2103.2 built by: NET47REL1LAST
  49. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  50. ----------------------------------------
  51. System.Drawing
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.7.2053.0 built by: NET47REL1
  54. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  55. ----------------------------------------
  56. System.Configuration
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.7.2053.0 built by: NET47REL1
  59. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  60. ----------------------------------------
  61. System.Core
  62. Assembly Version: 4.0.0.0
  63. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  64. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  65. ----------------------------------------
  66. System.Xml
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.7.2102.0 built by: NET47REL1LAST
  69. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  70. ----------------------------------------
  71. MetroFramework.Fonts
  72. Assembly Version: 1.2.0.3
  73. Win32 Version: 1.2.0.3
  74. CodeBase: file:///C:/Users/GeeGee/Desktop/New%20folder/MetroFramework.Fonts.DLL
  75. ----------------------------------------
  76. Newtonsoft.Json
  77. Assembly Version: 10.0.0.0
  78. Win32 Version: 10.0.2.20802
  79. CodeBase: file:///C:/Users/GeeGee/Desktop/New%20folder/Newtonsoft.Json.DLL
  80. ----------------------------------------
  81.  
  82. ************** JIT Debugging **************
  83. To enable just-in-time (JIT) debugging, the .config file for this
  84. application or computer (machine.config) must have the
  85. jitDebugging value set in the system.windows.forms section.
  86. The application must also be compiled with debugging
  87. enabled.
  88.  
  89. For example:
  90.  
  91. <configuration>
  92. <system.windows.forms jitDebugging="true" />
  93. </configuration>
  94.  
  95. When JIT debugging is enabled, any unhandled exception
  96. will be sent to the JIT debugger registered on the computer
  97. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement