Advertisement
Guest User

123

a guest
Aug 21st, 2013
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 3.83 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.UriFormatException: Invalid URI: The hostname could not be parsed.
  6.    at System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
  7.    at DanbooruDownloader3.FormMain.GetList()
  8.    at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  9.    at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  10.    at System.Windows.Forms.Control.WndProc(Message& m)
  11.    at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  12.    at System.Windows.Forms.Button.WndProc(Message& m)
  13.    at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  14.  
  15.  
  16. ************** Loaded Assemblies **************
  17. mscorlib
  18.     Assembly Version: 4.0.0.0
  19.     Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  20.     CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
  21. ----------------------------------------
  22. DanbooruDownloader3
  23.     Assembly Version: 3.2013.7.6
  24.     Win32 Version: 3.2013.07.06
  25.     CodeBase: file:///D:/Winterwind/Desktop/DanbooruDownloader20130706/DanbooruDownloader3.exe
  26. ----------------------------------------
  27. log4net
  28.     Assembly Version: 1.2.11.0
  29.     Win32 Version: 1.2.11.0
  30.     CodeBase: file:///D:/Winterwind/Desktop/DanbooruDownloader20130706/log4net.DLL
  31. ----------------------------------------
  32. System.Windows.Forms
  33.     Assembly Version: 4.0.0.0
  34.     Win32 Version: 4.0.30319.1 built by: RTMRel
  35.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  36. ----------------------------------------
  37. System.Drawing
  38.     Assembly Version: 4.0.0.0
  39.     Win32 Version: 4.0.30319.1 built by: RTMRel
  40.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  41. ----------------------------------------
  42. System
  43.     Assembly Version: 4.0.0.0
  44.     Win32 Version: 4.0.30319.1 built by: RTMRel
  45.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  46. ----------------------------------------
  47. System.Configuration
  48.     Assembly Version: 4.0.0.0
  49.     Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  50.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  51. ----------------------------------------
  52. System.Xml
  53.     Assembly Version: 4.0.0.0
  54.     Win32 Version: 4.0.30319.1 built by: RTMRel
  55.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  56. ----------------------------------------
  57. Accessibility
  58.     Assembly Version: 4.0.0.0
  59.     Win32 Version: 4.0.30319.1 built by: RTMRel
  60.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
  61. ----------------------------------------
  62. System.Core
  63.     Assembly Version: 4.0.0.0
  64.     Win32 Version: 4.0.30319.1 built by: RTMRel
  65.     CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  66. ----------------------------------------
  67.  
  68. ************** JIT Debugging **************
  69. To enable just-in-time (JIT) debugging, the .config file for this
  70. application or computer (machine.config) must have the
  71. jitDebugging value set in the system.windows.forms section.
  72. The application must also be compiled with debugging
  73. enabled.
  74.  
  75. For example:
  76.  
  77. <configuration>
  78.     <system.windows.forms jitDebugging="true" />
  79. </configuration>
  80.  
  81. When JIT debugging is enabled, any unhandled exception
  82. will be sent to the JIT debugger registered on the computer
  83. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement