Advertisement
Guest User

WUD Error

a guest
Sep 9th, 2015
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.95 KB | None | 0 0
  1. Unhandled exception has occurred in your application. If you click Continue, the application will ignore this error and attempt to continue. If you click Quit, the application will close immediately.
  2.  
  3. Index and length must refer to a location within the string.
  4. Parameter name: lenght.
  5.  
  6. --Details--
  7.  
  8. See the end of this message for details on invoking
  9. just-in-time (JIT) debugging instead of this dialog box.
  10.  
  11. ************** Exception Text **************
  12. System.ArgumentOutOfRangeException: Index and length must refer to a location within the string.
  13. Parameter name: length
  14. at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
  15. at WUD.UpdateListManager.Load(String filename)
  16. at WUD.UpdateListManager.Load(Int32 index)
  17. at WUD.formMain.LoadUpdateList()
  18. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  19. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  20. at WUD.formMain.formMain_Load(Object sender, EventArgs e)
  21. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  22. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  23. at System.Windows.Forms.Control.CreateControl()
  24. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  25. at System.Windows.Forms.Control.WndProc(Message& m)
  26. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  27. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  28.  
  29.  
  30. ************** Loaded Assemblies **************
  31. mscorlib
  32. Assembly Version: 2.0.0.0
  33. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  34. CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
  35. ----------------------------------------
  36. WUD
  37. Assembly Version: 2.50.1002.0
  38. Win32 Version: 2.50.1002.0
  39. CodeBase: file:///C:/Program%20Files/Windows%20Updates%20Downloader/WUD.exe
  40. ----------------------------------------
  41. System.Windows.Forms
  42. Assembly Version: 2.0.0.0
  43. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  44. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  45. ----------------------------------------
  46. System
  47. Assembly Version: 2.0.0.0
  48. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  49. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  50. ----------------------------------------
  51. System.Drawing
  52. Assembly Version: 2.0.0.0
  53. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  54. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  55. ----------------------------------------
  56. System.Data
  57. Assembly Version: 2.0.0.0
  58. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  59. CodeBase: file:///C:/Windows/assembly/GAC_64/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll
  60. ----------------------------------------
  61. System.Xml
  62. Assembly Version: 2.0.0.0
  63. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  64. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  65. ----------------------------------------
  66. System.Configuration
  67. Assembly Version: 2.0.0.0
  68. Win32 Version: 2.0.50727.8662 (QFE.050727-8600)
  69. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  70. ----------------------------------------
  71.  
  72. ************** JIT Debugging **************
  73. To enable just-in-time (JIT) debugging, the .config file for this
  74. application or computer (machine.config) must have the
  75. jitDebugging value set in the system.windows.forms section.
  76. The application must also be compiled with debugging
  77. enabled.
  78.  
  79. For example:
  80.  
  81. <configuration>
  82. <system.windows.forms jitDebugging="true" />
  83. </configuration>
  84.  
  85. When JIT debugging is enabled, any unhandled exception
  86. will be sent to the JIT debugger registered on the computer
  87. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement