ahylianhuman

UserTile Error

Aug 14th, 2011
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.94 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.ArgumentOutOfRangeException: Length cannot be less than zero.
  6. Parameter name: length
  7. at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
  8. at UserTile.Helper.Paths.GetUserTilePath() in C:\Users\Calvin\Documents\Visual Studio 2010\Projects\UserTile\UserTile\Helper\Paths.cs:line 22
  9. at UserTile.Main.Settings_Load(Object sender, EventArgs e) in C:\Users\Calvin\Documents\Visual Studio 2010\Projects\UserTile\UserTile\Main.cs:line 155
  10. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  11. at System.Windows.Forms.Form.OnCreateControl()
  12. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  13. at System.Windows.Forms.Control.CreateControl()
  14. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  15. at System.Windows.Forms.Control.WndProc(Message& m)
  16. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  17. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  18. at System.Windows.Forms.Form.WndProc(Message& m)
  19. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  20. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  21. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  22.  
  23.  
  24. ************** Loaded Assemblies **************
  25. mscorlib
  26. Assembly Version: 4.0.0.0
  27. Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
  28. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  29. ----------------------------------------
  30. UserTile
  31. Assembly Version: 1.0.0.0
  32. Win32 Version: 1.0.0.0
  33. CodeBase: file:///C:/Users/Rod/Programs/UserTile/UserTile.exe
  34. ----------------------------------------
  35. System.Windows.Forms
  36. Assembly Version: 4.0.0.0
  37. Win32 Version: 4.0.30319.235 built by: RTMGDR
  38. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  39. ----------------------------------------
  40. System.Drawing
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.1 built by: RTMRel
  43. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  44. ----------------------------------------
  45. System
  46. Assembly Version: 4.0.0.0
  47. Win32 Version: 4.0.30319.236 built by: RTMGDR
  48. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  49. ----------------------------------------
  50. VistaControls
  51. Assembly Version: 1.0.0.0
  52. Win32 Version: 1.0.0.0
  53. CodeBase: file:///C:/Users/Rod/Programs/UserTile/VistaControls.DLL
  54. ----------------------------------------
  55. Microsoft.CSharp
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.1
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.CSharp/v4.0_4.0.0.0__b03f5f7f11d50a3a/Microsoft.CSharp.dll
  59. ----------------------------------------
  60. System.Core
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.233 built by: RTMGDR
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  64. ----------------------------------------
  65. System.Configuration
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  68. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  69. ----------------------------------------
  70. System.Xml
  71. Assembly Version: 4.0.0.0
  72. Win32 Version: 4.0.30319.233 built by: RTMGDR
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  74. ----------------------------------------
  75. System.Dynamic
  76. Assembly Version: 4.0.0.0
  77. Win32 Version: 4.0.30319.1
  78. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Dynamic/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Dynamic.dll
  79. ----------------------------------------
  80. Anonymously Hosted DynamicMethods Assembly
  81. Assembly Version: 0.0.0.0
  82. Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
  83. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/mscorlib/v4.0_4.0.0.0__b77a5c561934e089/mscorlib.dll
  84. ----------------------------------------
  85.  
  86. ************** JIT Debugging **************
  87. To enable just-in-time (JIT) debugging, the .config file for this
  88. application or computer (machine.config) must have the
  89. jitDebugging value set in the system.windows.forms section.
  90. The application must also be compiled with debugging
  91. enabled.
  92.  
  93. For example:
  94.  
  95. <configuration>
  96. <system.windows.forms jitDebugging="true" />
  97. </configuration>
  98.  
  99. When JIT debugging is enabled, any unhandled exception
  100. will be sent to the JIT debugger registered on the computer
  101. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment