Steema is very pleased to announce a new maintenance release of v2016 of TeeChart for .NET! All licence holders of TeeChart for .NET can now access this new release via the URL below.
A new full release binary installer is now available from Steema's Customer Download pages accessible via:
https://www.steema.com/my_account
Evaluation and source code installers will become available shortly.
The release notes for the build can be viewed at:
http://www.steema.com/versioninfo/net
TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 2
- Joined: Mon Nov 16, 2015 12:00 am
Re: TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
I am using Visual Studio 2015. Are you able to advise or direct me to a technical note as to how to update my existing projects that are using TeeChart for .NET 2015 to this latest version?
Thank you.
Thank you.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
Before installation, please close down all running instances of VS2015 on your machine.Innervations wrote:I am using Visual Studio 2015. Are you able to advise or direct me to a technical note as to how to update my existing projects that are using TeeChart for .NET 2015 to this latest version?
Having chosen VS2015 from the installer options, proceed with installation choosing help file and toolbox installation as required. Once the installation has finished, open VS2015 and your project and change the TeeChart.dll reference location to the new assembly location chosen at the beginning of the install process.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |
-
- Newbie
- Posts: 2
- Joined: Mon Nov 16, 2015 12:00 am
Re: TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
Thanks. This has worked well for most of my projects however one throws the following exception:
BindingFailure occurred
Message: Managed Debugging Assistant 'BindingFailure' has detected a problem in 'C:\Users\rob\Dropbox\Visual Studio 2015\Projects\KMS.NET\bin\KinematicMeasurementSystem.vshost.exe'.
Additional information: The assembly with display name 'TeeChart.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'TeeChart.XmlSerializers, Version=4.1.2016.5122, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. The system cannot find the file specified.
BindingFailure occurred
Message: Managed Debugging Assistant 'BindingFailure' has detected a problem in 'C:\Users\rob\Dropbox\Visual Studio 2015\Projects\KMS.NET\bin\KinematicMeasurementSystem.vshost.exe'.
Additional information: The assembly with display name 'TeeChart.XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly 'TeeChart.XmlSerializers, Version=4.1.2016.5122, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. The system cannot find the file specified.
-
- Guru
- Posts: 1603
- Joined: Fri Nov 15, 2002 12:00 am
Re: TeeChart for .NET v2016 [12 MAY 2016] RELEASE 4.1.2016.05120
Not sure about this error message, but I am sure that Steema does not produce an assembly called "TeeChart.XmlSerializers" nor is there an assembly with this name shipped with TeeChart for .NET.Innervations wrote:Could not load file or assembly 'TeeChart.XmlSerializers, Version=4.1.2016.5122, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' or one of its dependencies. The system cannot find the file specified.
Best Regards,
Christopher Ireland / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |