Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.99 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.AggregateException: One or more errors occurred. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 10.0.0.117:8000
  6. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  7. at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult)
  8. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
  9. --- End of inner exception stack trace ---
  10. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  11. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  12. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout)
  13. at ntrbase.NTR.connectToServer(Boolean Stream)
  14. at kit_kat.MainForm.connect(String host, Int32 port, Boolean closeNTR)
  15. at kit_kat.MainForm.Form1_Load(Object sender, EventArgs e)
  16. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  17. at System.Windows.Forms.Form.OnCreateControl()
  18. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  19. at System.Windows.Forms.Control.CreateControl()
  20. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  21. at System.Windows.Forms.Control.WndProc(Message& m)
  22. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  23. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  24. at System.Windows.Forms.Form.WndProc(Message& m)
  25. at kit_kat.MainForm.WndProc(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  27. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  28. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  29. ---> (Inner Exception #0) System.Net.Sockets.SocketException (0x80004005): No connection could be made because the target machine actively refused it 10.0.0.117:8000
  30. at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
  31. at System.Net.Sockets.TcpClient.EndConnect(IAsyncResult asyncResult)
  32. at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)<---
  33.  
  34.  
  35.  
  36. ************** Loaded Assemblies **************
  37. mscorlib
  38. Assembly Version: 4.0.0.0
  39. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  40. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  41. ----------------------------------------
  42. kit-kat
  43. Assembly Version: 1.6.4.0
  44. Win32 Version: 1.6.4.0
  45. CodeBase: file:///C:/Users/Classic%20Toxin/Downloads/kit-kat.exe
  46. ----------------------------------------
  47. System.Windows.Forms
  48. Assembly Version: 4.0.0.0
  49. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  50. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  51. ----------------------------------------
  52. System
  53. Assembly Version: 4.0.0.0
  54. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  55. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  56. ----------------------------------------
  57. System.Drawing
  58. Assembly Version: 4.0.0.0
  59. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  60. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  61. ----------------------------------------
  62. System.Configuration
  63. Assembly Version: 4.0.0.0
  64. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  65. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  66. ----------------------------------------
  67. System.Core
  68. Assembly Version: 4.0.0.0
  69. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  70. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  71. ----------------------------------------
  72. System.Xml
  73. Assembly Version: 4.0.0.0
  74. Win32 Version: 4.6.1586.0 built by: NETFXREL2
  75. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  76. ----------------------------------------
  77.  
  78. ************** JIT Debugging **************
  79. To enable just-in-time (JIT) debugging, the .config file for this
  80. application or computer (machine.config) must have the
  81. jitDebugging value set in the system.windows.forms section.
  82. The application must also be compiled with debugging
  83. enabled.
  84.  
  85. For example:
  86.  
  87. <configuration>
  88. <system.windows.forms jitDebugging="true" />
  89. </configuration>
  90.  
  91. When JIT debugging is enabled, any unhandled exception
  92. will be sent to the JIT debugger registered on the computer
  93. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement