TeeChart .Net V3 in VS2005 on Win7 X64
Posted: Thu Sep 08, 2011 4:16 pm
I am attempting to get an application originally written in VS2005/.Net2 for XP to run under Win7 X64 to support a client who has changed his mind on which operating system he wants to use.
I have installed VS2005 + service packs on the Win7 X64 machine, and TeeChartNET3VSNET2005.exe. This ran fine until it attemtped to integrate with VS2005, at which point it generated an error
Opening the application I need to compile in VS2005 works fine, but the compilation fails with an error
I'm sure I'm doing something stupid here, but I can't for the life of me see what. Any and all help appreciated.
Regards & TIA
Bernie
I have installed VS2005 + service packs on the Win7 X64 machine, and TeeChartNET3VSNET2005.exe. This ran fine until it attemtped to integrate with VS2005, at which point it generated an error
Accepting this error allowed the installer to complete.TeeGofer Help2 Registration Utility has stopped working
Opening the application I need to compile in VS2005 works fine, but the compilation fails with an error
I closed that solution and opened a new project, with a single form. I dragged a TeeChart from the toolbar onto the form, and can quite happily edit it in the design environment. However, compilation fails with the same error. This application has a licences.licx file, containing the following:Exception occurred creating type 'Steema.TeeChart.TChart, TeeChart, Version=3.5.3498.27367, Culture=neutral, PublicKeyToken=9c8126276c77bdb7' System.ComponentModel.LicenseException: An instance of type 'Steema.TeeChart.Chart' was being created, and a valid license could not be granted for the type 'Steema.TeeChart.Chart'. Please, contact the manufacturer of the component for more information. C:\Users\porterbe\Documents\Visual Studio 2005\Projects\WindowsApplication2\WindowsApplication2\Properties\licenses.licx
Code: Select all
Steema.TeeChart.TChart, TeeChart, Version=3.5.3498.27367, Culture=neutral, PublicKeyToken=9c8126276c77bdb7
Regards & TIA
Bernie