I get a strange exception when I navigate the menu items of PSoC Creator. It used to work fine before but now I see this every time I open a meny item.
I run it on Win7 x64.
=========================
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.
************** Exception Text **************
System.ArgumentOutOfRangeException: Value '0' is not a valid value for Interval. Interval must be greater than 0.
Parameter name: Interval
at System.Windows.Forms.Timer.set_Interval(Int32 value)
at ev.g()
at ActiproSoftware.WinUICore.UIElement.a(IUIElement A_0, MouseEventArgs A_1)
at ActiproSoftware.WinUICore.UIElement.OnMouseLeave(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.a(IUIElement A_0, MouseEventArgs A_1)
at ActiproSoftware.WinUICore.UIElement.OnMouseLeave(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIElement.a(IUIElement A_0, MouseEventArgs A_1)
at ActiproSoftware.WinUICore.UIElement.OnMouseLeave(MouseEventArgs e)
at ActiproSoftware.WinUICore.UIControl.a(IUIElement A_0, MouseEventArgs A_1)
at ActiproSoftware.WinUICore.UIControl.OnMouseLeave(EventArgs e)
at ActiproSoftware.UIStudio.Bar.BarDockArea.OnMouseLeave(EventArgs e)
at System.Windows.Forms.Control.WndProc(Message& m)
at ActiproSoftware.UIStudio.Bar.BarDockArea.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
|