Where is TeeChart.WPF.XmlSerializers?
Posted: Sat Aug 20, 2011 12:38 pm
Hi,
When I try to clone a chart
theSecondaryChart.Chart = (Steema.TeeChart.WPF.Chart)thePrimaryChart.Chart.Clone();
I receive the following exception, but I can't find the TeeChart.WPF.XmlSerializers.dll.
Thrown: "Could not load file or assembly 'TeeChart.WPF.XmlSerializers, Version=4.1.2011.7283, Culture=neutral, PublicKeyToken=98e8c3f289a4e286' or one of its dependencies. The system cannot find the file specified." (System.IO.FileNotFoundException) Exception Message = "Could not load file or assembly 'TeeChart.WPF.XmlSerializers, Version=4.1.2011.7283, Culture=neutral, PublicKeyToken=98e8c3f289a4e286' or one of its dependencies. The system cannot find the file specified.", Exception Type = "System.IO.FileNotFoundException"
I have downloaded the latest release, and I am using this in WPF.
Thanks,
Scott
When I try to clone a chart
theSecondaryChart.Chart = (Steema.TeeChart.WPF.Chart)thePrimaryChart.Chart.Clone();
I receive the following exception, but I can't find the TeeChart.WPF.XmlSerializers.dll.
Thrown: "Could not load file or assembly 'TeeChart.WPF.XmlSerializers, Version=4.1.2011.7283, Culture=neutral, PublicKeyToken=98e8c3f289a4e286' or one of its dependencies. The system cannot find the file specified." (System.IO.FileNotFoundException) Exception Message = "Could not load file or assembly 'TeeChart.WPF.XmlSerializers, Version=4.1.2011.7283, Culture=neutral, PublicKeyToken=98e8c3f289a4e286' or one of its dependencies. The system cannot find the file specified.", Exception Type = "System.IO.FileNotFoundException"
I have downloaded the latest release, and I am using this in WPF.
Thanks,
Scott