Advertisement
Guest User

Untitled

a guest
May 27th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.67 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: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 78.142.29.4: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.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
  10. at System.Net.WebClient.DownloadString(Uri address)
  11. at System.Net.WebClient.DownloadString(String address)
  12. at AppLoader.TypeLibTypeFlags.ICollection1(Object , EventArgs )
  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.3101.0 built by: NET472REL1LAST_B
  29. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  30. ----------------------------------------
  31. AppLoader
  32. Assembly Version: 1.0.0.0
  33. Win32 Version: 4.7.3101.0 built by: NET472REL1LAST_B
  34. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
  35. ----------------------------------------
  36. System.Windows.Forms
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.7.3056.0 built by: NET472REL1
  39. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  40. ----------------------------------------
  41. System
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.7.3056.0 built by: NET472REL1
  44. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  45. ----------------------------------------
  46. System.Drawing
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.7.3056.0 built by: NET472REL1
  49. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  50. ----------------------------------------
  51. System.Configuration
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.7.3056.0 built by: NET472REL1
  54. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  55. ----------------------------------------
  56. System.Core
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.7.3101.0 built by: NET472REL1LAST_B
  59. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  60. ----------------------------------------
  61. System.Xml
  62. Assembly Version: 4.0.0.0
  63. Win32 Version: 4.7.3056.0 built by: NET472REL1
  64. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  65. ----------------------------------------
  66. Accessibility
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.7.3056.0 built by: NET472REL1
  69. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  70. ----------------------------------------
  71.  
  72. ************** JIT Debugging **************
  73. To enable just-in-time (JIT) debugging, the .config file for this
  74. application or computer (machine.config) must have the
  75. jitDebugging value set in the system.windows.forms section.
  76. The application must also be compiled with debugging
  77. enabled.
  78.  
  79. For example:
  80.  
  81. <configuration>
  82. <system.windows.forms jitDebugging="true" />
  83. </configuration>
  84.  
  85. When JIT debugging is enabled, any unhandled exception
  86. will be sent to the JIT debugger registered on the computer
  87. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement