Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.24 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: Index and length must refer to a location within the string.
  6. Parameter name: length
  7. at System.String.InternalSubStringWithChecks(Int32 startIndex, Int32 length, Boolean fAlwaysCopy)
  8. at Graderplusplus.frmMainForm.FileValidator()
  9. at Graderplusplus.frmMainForm.Loader()
  10. at Graderplusplus.frmMainForm.frmMainForm_Load(Object sender, EventArgs e)
  11. at System.EventHandler.Invoke(Object sender, EventArgs e)
  12. at System.Windows.Forms.Form.OnLoad(EventArgs e)
  13. at System.Windows.Forms.Form.OnCreateControl()
  14. at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
  15. at System.Windows.Forms.Control.CreateControl()
  16. at System.Windows.Forms.Control.WmShowWindow(Message& m)
  17. at System.Windows.Forms.Control.WndProc(Message& m)
  18. at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
  19. at System.Windows.Forms.ContainerControl.WndProc(Message& m)
  20. at System.Windows.Forms.Form.WmShowWindow(Message& m)
  21. at System.Windows.Forms.Form.WndProc(Message& m)
  22. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  23. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  24. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  25.  
  26.  
  27. ************** Loaded Assemblies **************
  28. mscorlib
  29. Assembly Version: 2.0.0.0
  30. Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
  31. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll
  32. ----------------------------------------
  33. Grader++
  34. Assembly Version: 1.0.0.0
  35. Win32 Version: 1.0.0.0
  36. CodeBase: file:///C:/Users/Amit/Downloads/Grader++.exe
  37. ----------------------------------------
  38. Microsoft.VisualBasic
  39. Assembly Version: 8.0.0.0
  40. Win32 Version: 8.0.50727.4927 (NetFXspW7.050727-4900)
  41. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  42. ----------------------------------------
  43. System
  44. Assembly Version: 2.0.0.0
  45. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  46. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
  47. ----------------------------------------
  48. System.Windows.Forms
  49. Assembly Version: 2.0.0.0
  50. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  51. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  52. ----------------------------------------
  53. System.Drawing
  54. Assembly Version: 2.0.0.0
  55. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  56. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  57. ----------------------------------------
  58. System.Configuration
  59. Assembly Version: 2.0.0.0
  60. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  61. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  62. ----------------------------------------
  63. System.Xml
  64. Assembly Version: 2.0.0.0
  65. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  66. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
  67. ----------------------------------------
  68. System.Runtime.Remoting
  69. Assembly Version: 2.0.0.0
  70. Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
  71. CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.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