Forum Post: System.OverflowException:Arithmetic operation resulted in an overflow when...

  • Thread starter Thread starter Rom Elwell
  • Start date Start date
Status
Not open for further replies.
R

Rom Elwell

Guest
Running OE 11.5.0 with Win7 Ultimate 64-bit. DevExpress WinForms Control Library v14.1. I created a new form (Form1.cls) and dragged a DevExpress RichEdit control onto the form. An error window immediately appears with the following text: "System.OverflowException: Arithmetic operation resulted in an overflow." Can anyone assist me with resolving this issue? The Stack Trace output is: -- C:\Progress\OpenEdge115\oeide\eclipse\plugins\com.openedge.pdt.project_11.5.0.00\runtime\_server.p at line 174 (C:\Progress\OpenEdge115\oeide\eclipse\plugins\com.openedge.pdt.project_11.5.0.00\runtime\_server.p) .NET StackTrace: -- at System.Windows.Forms.Design.DesignerActionToolStripDropDown.IsWindowEnabled(IntPtr handle) at System.Windows.Forms.Design.DesignerActionToolStripDropDown.OnClosing(ToolStripDropDownClosingEventArgs e) at System.Windows.Forms.ToolStripDropDown.SetVisibleCore(Boolean visible) at System.Windows.Forms.Design.DesignerActionToolStripDropDown.SetVisibleCore(Boolean visible) at System.Windows.Forms.ToolStripManager.ModalMenuFilter.CloseActiveDropDown(ToolStripDropDown activeToolStripDropDown, ToolStripDropDownCloseReason reason) at System.Windows.Forms.ToolStripManager.ModalMenuFilter.ProcessMouseButtonPressed(IntPtr hwndMouseMessageIsFrom, Int32 x, Int32 y) at System.Windows.Forms.ToolStripManager.ModalMenuFilter.PreFilterMessage(Message& m) at System.Windows.Forms.Application.ThreadContext.ProcessFilters(MSG& msg, Boolean& modified) at System.Windows.Forms.Application.ThreadContext.PreTranslateMessage(MSG& msg) at System.Windows.Forms.Application.ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr dwComponentID, Int32 reason, Int32 pvLoopData) at System.Windows.Forms.Application.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context) at System.Windows.Forms.Application.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)

Continue reading...
 
Status
Not open for further replies.
Back
Top