We have upgraded all our development machines to windows 7 (64 bit).
We have to maintain a legacy project under Visual Studio 2005 based on Teechart.NET.
I have installed VS2005, including SP1 and a patch to run it under windows 7. It seems to work fine.
However we have problems to install / use the latest TeeChart.NET version 3 Build 3.5.3498.27368 .
The Installation process pops up two windows (which disappear after some seconds)
- The application Toolbo~2.exe does not work any more (The German is "Die Anwendung Toolbo~2.exe funktioniert nicht mehr")
- The application TeeGofer ... does not work any more (again the message is originally in German)
The real problem comes when building the project. The compiler shows the message
Code: Select all
Error 1 Exception occurred creating type 'Steema.TeeChart.TChart, TeeChart, Version=3.5.3498.27368, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' System.ComponentModel.LicenseException: Eine Instanz vom Typ Steema.TeeChart.Chart wurde erstellt, und für den Typ Steema.TeeChart.Chart konnte keine gültige Lizenz erteilt werden. Weitere Informationen erhalten Sie vom Hersteller der Komponente.
removing the license.licx file makes the compilation succeed, however the execution fails with an incorrect license.
Is there any resolution for this problem?
Thanks
Michael