Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.39 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 KeppySynthConfigurator.KeppySynthConfiguratorMain.Lis_SizeChanged(Object sender, EventArgs e)
  7. at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
  8. at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
  9. at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
  10. at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
  11. at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.SetBounds(Rectangle bounds, BoundsSpecified specified)
  12. at System.Windows.Forms.Layout.DefaultLayout.ApplyCachedBounds(IArrangedElement container)
  13. at System.Windows.Forms.Layout.DefaultLayout.xLayout(IArrangedElement container, Boolean measureOnly, Size& preferredSize)
  14. at System.Windows.Forms.Layout.DefaultLayout.LayoutCore(IArrangedElement container, LayoutEventArgs args)
  15. at System.Windows.Forms.Layout.LayoutEngine.Layout(Object container, LayoutEventArgs layoutEventArgs)
  16. at System.Windows.Forms.Control.OnLayout(LayoutEventArgs levent)
  17. at System.Windows.Forms.ScrollableControl.OnLayout(LayoutEventArgs levent)
  18. at System.Windows.Forms.Control.PerformLayout(LayoutEventArgs args)
  19. at System.Windows.Forms.Control.System.Windows.Forms.Layout.IArrangedElement.PerformLayout(IArrangedElement affectedElement, String affectedProperty)
  20. at System.Windows.Forms.Control.OnResize(EventArgs e)
  21. at System.Windows.Forms.Panel.OnResize(EventArgs eventargs)
  22. at System.Windows.Forms.Control.OnSizeChanged(EventArgs e)
  23. at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height, Int32 clientWidth, Int32 clientHeight)
  24. at System.Windows.Forms.Control.UpdateBounds(Int32 x, Int32 y, Int32 width, Int32 height)
  25. at System.Windows.Forms.Control.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
  26. at System.Windows.Forms.TabPage.SetBoundsCore(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
  27. at System.Windows.Forms.Control.SetBounds(Int32 x, Int32 y, Int32 width, Int32 height, BoundsSpecified specified)
  28. at System.Windows.Forms.Control.set_Bounds(Rectangle value)
  29. at System.Windows.Forms.TabControl.ResizePages()
  30. at System.Windows.Forms.TabControl.OnHandleCreated(EventArgs e)
  31. at System.Windows.Forms.Control.WmCreate(Message& m)
  32. at System.Windows.Forms.Control.WndProc(Message& m)
  33. at System.Windows.Forms.TabControl.WndProc(Message& m)
  34. at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
  35. at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
  36. at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
  37.  
  38.  
  39. ************** Loaded Assemblies **************
  40. mscorlib
  41. Assembly Version: 4.0.0.0
  42. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  43. CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
  44. ----------------------------------------
  45. KeppySynthConfigurator
  46. Assembly Version: 1.0.0.0
  47. Win32 Version: 1.0.0.0
  48. CodeBase: file:///C:/Windows/SysWOW64/keppysynth/KeppySynthConfigurator.exe
  49. ----------------------------------------
  50. System.Windows.Forms
  51. Assembly Version: 4.0.0.0
  52. Win32 Version: 4.0.30319.34251 built by: FX452RTMGDR
  53. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
  54. ----------------------------------------
  55. System.Drawing
  56. Assembly Version: 4.0.0.0
  57. Win32 Version: 4.0.30319.34270 built by: FX452RTMGDR
  58. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
  59. ----------------------------------------
  60. System
  61. Assembly Version: 4.0.0.0
  62. Win32 Version: 4.0.30319.34238 built by: FX452RTMGDR
  63. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
  64. ----------------------------------------
  65. System.Configuration
  66. Assembly Version: 4.0.0.0
  67. Win32 Version: 4.0.30319.34209 built by: FX452RTMGDR
  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.34234 built by: FX452RTMGDR
  73. CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
  74. ----------------------------------------
  75.  
  76. ************** JIT Debugging **************
  77. To enable just-in-time (JIT) debugging, the .config file for this
  78. application or computer (machine.config) must have the
  79. jitDebugging value set in the system.windows.forms section.
  80. The application must also be compiled with debugging
  81. enabled.
  82.  
  83. For example:
  84.  
  85. <configuration>
  86. <system.windows.forms jitDebugging="true" />
  87. </configuration>
  88.  
  89. When JIT debugging is enabled, any unhandled exception
  90. will be sent to the JIT debugger registered on the computer
  91. rather than be handled by this dialog box.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement