TChart1_Click
Posted: Thu Oct 16, 2014 7:00 pm
We are using TeeChart.Net Sourcecode Edition an we get an Error on the _Click event an the TeeChart Object with the following Error Message from the Net Framework. Obscure is, the the error occurs in an Windows Forms Application on some Win Machines and on some not!?
How can we interscept these Error ?
How can we interscept these Error ?
Thanks and Best RegardsSystem.InvalidCastException: Ungültige Konvertierung von der Zeichenfolge System.InvalidCastException: Das in Typ Boolean. ---> System.FormatException: Die Eingabezeichenfolge hat das falsche Format.
bei Microsoft.VisualBasic.CompilerServices.Conversions.ParseDouble(String Value, NumberFormatInfo NumberFormat)
bei Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(String Value)
--- Ende der internen Ausnahmestapelüberwachung ---
bei Microsoft.VisualBasic.CompilerServices.Conversions.ToBoolean(String Value)
bei...TChart1_Click(Object sender, MouseEventArgs e)
bei System.Windows.Forms.MouseEventHandler.Invoke(Object sender, MouseEventArgs e)
bei System.Windows.Forms.Control.OnMouseClick(MouseEventArgs e)
bei System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
bei System.Windows.Forms.Control.WndProc(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)