Guest User

Untitled

a guest
Jan 21st, 2018
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.58 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.OverflowException: Arithmetic operation resulted in an overflow.
  6. at FFTA_Job.frmMain.cboRaces_SelectedIndexChanged(Object sender, EventArgs e)
  7. at System.Windows.Forms.ComboBox.OnSelectedIndexChanged(EventArgs e)
  8. at System.Windows.Forms.ComboBox.set_SelectedIndex(Int32 value)
  9. at FFTA_Job.frmMain.lstJobs_SelectedIndexChanged(Object sender, EventArgs e)
  10. at System.Windows.Forms.ListBox.OnSelectedIndexChanged(EventArgs e)
  11. at System.Windows.Forms.ListBox.WmReflectCommand(Message& m)
  12. at System.Windows.Forms.ListBox.WndProc(Message& m)
  13. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  14. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  15. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  16.  
  17.  
  18. ************** Loaded Assemblies **************
  19. mscorlib
  20. Assembly Version: 4.0.0.0
  21. Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)
  22. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  23. ----------------------------------------
  24. FFTA_Job
  25. Assembly Version: 0.2.0.0
  26. Win32 Version: 0.2.0.0
  27. CodeBase: file:///C:/Users/User/Desktop/FFTA_Job/FFTA_Job.exe
  28. ----------------------------------------
  29. Microsoft.VisualBasic
  30. Assembly Version: 10.0.0.0
  31. Win32 Version: 10.0.30319.1 built by: RTMRel
  32. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  33. ----------------------------------------
  34. System
  35. Assembly Version: 4.0.0.0
  36. Win32 Version: 4.0.30319.236 built by: RTMGDR
  37. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  38. ----------------------------------------
  39. System.Core
  40. Assembly Version: 4.0.0.0
  41. Win32 Version: 4.0.30319.233 built by: RTMGDR
  42. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  43. ----------------------------------------
  44. System.Windows.Forms
  45. Assembly Version: 4.0.0.0
  46. Win32 Version: 4.0.30319.235 built by: RTMGDR
  47. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  48. ----------------------------------------
  49. System.Drawing
  50. Assembly Version: 4.0.0.0
  51. Win32 Version: 4.0.30319.1 built by: RTMRel
  52. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  53. ----------------------------------------
  54. System.Runtime.Remoting
  55. Assembly Version: 4.0.0.0
  56. Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)
  57. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  58. ----------------------------------------
  59.  
  60. ************** JIT Debugging **************
  61. To enable just-in-time (JIT) debugging, the .config file for this
  62. application or computer (machine.config) must have the
  63. jitDebugging value set in the system.windows.forms section.
  64. The application must also be compiled with debugging
  65. enabled.
  66.  
  67. For example:
  68.  
  69. <configuration>
  70. <system.windows.forms jitDebugging="true" />
  71. </configuration>
  72.  
  73. When JIT debugging is enabled, any unhandled exception
  74. will be sent to the JIT debugger registered on the computer
  75. rather than be handled by this dialog box.
Add Comment
Please, Sign In to add comment