TChart1_Click

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
CvO
Newbie
Newbie
Posts: 1
Joined: Mon Sep 08, 2014 12:00 am

TChart1_Click

Post by CvO » 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 ?
System.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)
Thanks and Best Regards

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Re: TChart1_Click

Post by Narcís » Fri Oct 17, 2014 9:01 am

Hi CvO,

Could you please send a Short, Self Contained, Correct (Compilable), Example project to reproduce the problem and the exact instructions we should follow to reproduce the problem here consistently? It would also help if you could identify the kind of machine where the problem occurs.

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply