Advertisement
niwo

Bewerter 2.0 Error

Jun 30th, 2016
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.25 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 Ls_2015_Bewerter.Form1.Careersavegame()
  7. at Ls_2015_Bewerter.Form1.Button_Spielstandauswahl_Click(Object sender, EventArgs e)
  8. at System.Windows.Forms.Control.OnClick(EventArgs e)
  9. at System.Windows.Forms.Button.OnClick(EventArgs e)
  10. at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
  11. at System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
  12. at System.Windows.Forms.Control.WndProc(Message& m)
  13. at System.Windows.Forms.ButtonBase.WndProc(Message& m)
  14. at System.Windows.Forms.Button.WndProc(Message& m)
  15. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  16. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  17. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  18.  
  19.  
  20. ************** Loaded Assemblies **************
  21. mscorlib
  22. Assembly Version: 4.0.0.0
  23. Win32 Version: 4.6.1076.0 built by: NETFXREL3STAGE
  24. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  25. ----------------------------------------
  26. Ls 2015 Bewerter
  27. Assembly Version: 1.0.0.0
  28. Win32 Version: 1.0.0.0
  29. CodeBase: file:///D:/Setups/GameTools/Farming%20Simulator/2015/Tools/Ls%202015%20Bewerter%202.0.exe
  30. ----------------------------------------
  31. Microsoft.VisualBasic
  32. Assembly Version: 10.0.0.0
  33. Win32 Version: 14.6.1055.0 built by: NETFXREL2
  34. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Microsoft.VisualBasic/v4.0_10.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll
  35. ----------------------------------------
  36. System
  37. Assembly Version: 4.0.0.0
  38. Win32 Version: 4.6.1075.0 built by: NETFXREL3STAGE
  39. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  40. ----------------------------------------
  41. System.Core
  42. Assembly Version: 4.0.0.0
  43. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  44. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
  45. ----------------------------------------
  46. System.Windows.Forms
  47. Assembly Version: 4.0.0.0
  48. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  49. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  50. ----------------------------------------
  51. System.Drawing
  52. Assembly Version: 4.0.0.0
  53. Win32 Version: 4.6.1068.2 built by: NETFXREL3STAGE
  54. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  55. ----------------------------------------
  56. System.Runtime.Remoting
  57. Assembly Version: 4.0.0.0
  58. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  59. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Runtime.Remoting/v4.0_4.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
  60. ----------------------------------------
  61. System.Configuration
  62. Assembly Version: 4.0.0.0
  63. Win32 Version: 4.6.1055.0 built by: NETFXREL2
  64. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
  65. ----------------------------------------
  66. System.Xml
  67. Assembly Version: 4.0.0.0
  68. Win32 Version: 4.6.1067.0 built by: NETFXREL3STAGE
  69. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.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