Advertisement
Guest User

Untitled

a guest
Jan 25th, 2013
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 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.ArgumentException: The path is not of a legal form.
  6. at System.IO.Path.NormalizePath(String path, Boolean fullCheck, Int32 maxPathLength)
  7. at System.IO.Path.GetFullPathInternal(String path)
  8. at System.IO.DirectoryInfo..ctor(String path)
  9. at XBMCSkinningTool.Filechooser.SkinFolderButton_Click(Object sender, EventArgs e)
  10. at System.Windows.Forms.Control.OnClick(EventArgs e)
  11. at System.Windows.Forms.Button.OnClick(EventArgs e)
  12. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  13. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  14. at System.Windows.Forms.Control.WndProc(Message& m)
  15. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  16. at System.Windows.Forms.Button.WndProc(Message& m)
  17. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  18. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  19. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  20.  
  21.  
  22. ************** Loaded Assemblies **************
  23. mscorlib
  24. Assembly Version: 4.0.0.0
  25. Win32 Version: 4.0.30319.296 (RTMGDR.030319-2900)
  26. CodeBase: file:///c:/WINDOWS/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  27. ----------------------------------------
  28. XBMC Skinning Tool v1.0
  29. Assembly Version: 1.0.0.0
  30. Win32 Version: 1.0.0.0
  31. CodeBase: file:///C:/Documents%20and%20Settings/edeklerk/My%20Documents/Downloads/XBMC+Skinning+Tool+v1.0%20(2).exe
  32. ----------------------------------------
  33. Microsoft.VisualBasic
  34. Assembly Version: 10.0.0.0
  35. Win32 Version: 10.0.30319.1 built by: RTMRel
  36. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  37. ----------------------------------------
  38. System
  39. Assembly Version: 4.0.0.0
  40. Win32 Version: 4.0.30319.1001 built by: RTMGDR
  41. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  42. ----------------------------------------
  43. System.Core
  44. Assembly Version: 4.0.0.0
  45. Win32 Version: 4.0.30319.233 built by: RTMGDR
  46. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  47. ----------------------------------------
  48. System.Windows.Forms
  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.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  52. ----------------------------------------
  53. System.Drawing
  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.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  57. ----------------------------------------
  58. System.Runtime.Remoting
  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.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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. System.Configuration
  69. Assembly Version: 4.0.0.0
  70. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  71. CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  72. ----------------------------------------
  73.  
  74. ************** JIT Debugging **************
  75. To enable just-in-time (JIT) debugging, the .config file for this
  76. application or computer (machine.config) must have the
  77. jitDebugging value set in the system.windows.forms section.
  78. The application must also be compiled with debugging
  79. enabled.
  80.  
  81. For example:
  82.  
  83. <configuration>
  84. <system.windows.forms jitDebugging="true" />
  85. </configuration>
  86.  
  87. When JIT debugging is enabled, any unhandled exception
  88. will be sent to the JIT debugger registered on the computer
  89. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement