Advertisement
Guest User

Untitled

a guest
Apr 18th, 2018
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 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 request was aborted: The operation has timed out.
  6. at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  7. at Microsoft.VisualBasic.MyServices.Internal.WebClientCopy.DownloadFile(Uri address, String destinationFileName)
  8. at Microsoft.VisualBasic.Devices.Network.DownloadFile(Uri address, String destinationFileName, ICredentials networkCredentials, Boolean showUI, Int32 connectionTimeout, Boolean overwrite, UICancelOption onUserCancel)
  9. at Dox_Tool_V2.Updater..ctor()
  10. at Dox_Tool_V2.Form1.Form1_Load(Object sender, EventArgs e)
  11. at System.EventHandler.Invoke(Object sender, EventArgs e)
  12. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  13. at System.Windows.Forms.Form.OnCreateControl()
  14. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  15. at System.Windows.Forms.Control.CreateControl()
  16. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  19. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  20. at System.Windows.Forms.Form.WndProc(Message& m)
  21. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  23. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  24.  
  25.  
  26. ************** Loaded Assemblies **************
  27. mscorlib
  28. Assembly Version: 4.0.0.0
  29. Win32 Version: 4.7.2633.0 built by: NET471REL1LAST_C
  30. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  31. ----------------------------------------
  32. Dox Tool V2
  33. Assembly Version: 2.0.0.1
  34. Win32 Version: 2.0.0.1
  35. CodeBase: file:///C:/Users/antho/Downloads/Dox%20Tool%20V2.exe
  36. ----------------------------------------
  37. Microsoft.VisualBasic
  38. Assembly Version: 10.0.0.0
  39. Win32 Version: 14.7.2556.0 built by: NET471REL1
  40. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  41. ----------------------------------------
  42. System
  43. Assembly Version: 4.0.0.0
  44. Win32 Version: 4.7.2556.0 built by: NET471REL1
  45. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement