Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 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: An exception occurred during a WebClient request. ---> System.IO.DirectoryNotFoundException: Could not find a part of the path 'C:\Users\Owner\AppData\Roaming\Downloaded Files\Minecraft.exe'.
  6. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
  7. at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFromProxy, Boolean useLongPath)
  8. at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access)
  9. at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  10. --- End of inner exception stack trace ---
  11. at System.Net.WebClient.DownloadFile(Uri address, String fileName)
  12. at System.Net.WebClient.DownloadFile(String address, String fileName)
  13. at Classic07Bot.iBot.startBotToolStripMenuItem_Click(Object sender, EventArgs e) in C:\Users\Owner\documents\visual studio 2010\Projects\iBot\iBot\Form1.cs:line 140
  14. at System.Windows.Forms.ToolStripItem.RaiseEvent(Object key, EventArgs e)
  15. at System.Windows.Forms.ToolStripMenuItem.OnClick(EventArgs e)
  16. at System.Windows.Forms.ToolStripItem.HandleClick(EventArgs e)
  17. at System.Windows.Forms.ToolStripItem.HandleMouseUp(MouseEventArgs e)
  18. at System.Windows.Forms.ToolStripItem.FireEventInteractive(EventArgs e, ToolStripItemEventType met)
  19. at System.Windows.Forms.ToolStripItem.FireEvent(EventArgs e, ToolStripItemEventType met)
  20. at System.Windows.Forms.ToolStrip.OnMouseUp(MouseEventArgs mea)
  21. at System.Windows.Forms.ToolStripDropDown.OnMouseUp(MouseEventArgs mea)
  22. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  23. at System.Windows.Forms.Control.WndProc(Message& m)
  24. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  25. at System.Windows.Forms.ToolStrip.WndProc(Message& m)
  26. at System.Windows.Forms.ToolStripDropDown.WndProc(Message& m)
  27. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  28. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  29. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  30.  
  31.  
  32. ************** Loaded Assemblies **************
  33. mscorlib
  34. Assembly Version: 4.0.0.0
  35. Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
  36. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  37. ----------------------------------------
  38. iBot
  39. Assembly Version: 1.0.0.0
  40. Win32 Version: 1.0.0.0
  41. CodeBase: file:///C:/Users/Owner/Documents/Visual%20Studio%202010/Projects/iBot/iBot/bin/Release/iBot.exe
  42. ----------------------------------------
  43. System.Windows.Forms
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.1002 built by: RTMGDR
  46. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  47. ----------------------------------------
  48. System.Drawing
  49. Assembly Version: 4.0.0.0
  50. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  51. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  52. ----------------------------------------
  53. System
  54. Assembly Version: 4.0.0.0
  55. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  56. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 4.0.0.0
  60. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  61. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 4.0.0.0
  65. Win32 Version: 4.0.30319.233 built by: RTMGDR
  66. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68.  
  69. ************** JIT Debugging **************
  70. To enable just-in-time (JIT) debugging, the .config file for this
  71. application or computer (machine.config) must have the
  72. jitDebugging value set in the system.windows.forms section.
  73. The application must also be compiled with debugging
  74. enabled.
  75.  
  76. For example:
  77.  
  78. <configuration>
  79. <system.windows.forms jitDebugging="true" />
  80. </configuration>
  81.  
  82. When JIT debugging is enabled, any unhandled exception
  83. will be sent to the JIT debugger registered on the computer
  84. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement