I tried to upgrade from version 3.5.3371.26406 to 3.5.3700.30575.
Here is the error I'm gettng:
Exception occurred creating type 'Steema.TeeChart.TChart, TeeChart, Version=3.5.3700.30575, 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.
Here is the line in licenses.licx causing the problem:
Steema.TeeChart.TChart, TeeChart, Version=3.5.3371.26406, Culture=neutral, PublicKeyToken=9c8126276c77bdb7
What do I do to fix this?
Thanks!
Upgrade to latest version, License issue now
Re: Upgrade to latest version, License issue now
Hello,
I assume the machine on which you're developing is the machine that worked correctly before you started using the later version. If in doubt you can re-install the developer key in the machine using the TeeReg utility available on the customer download page.
At first glance I wouldn't expect the licenses.licx file content to cause a problem, but you can abbreviate the line to make it version generic.
ie. just
Regards,
Marc Meumann
I assume the machine on which you're developing is the machine that worked correctly before you started using the later version. If in doubt you can re-install the developer key in the machine using the TeeReg utility available on the customer download page.
At first glance I wouldn't expect the licenses.licx file content to cause a problem, but you can abbreviate the line to make it version generic.
ie. just
I hope that might be of help.Steema.TeeChart.TChart, TeeChart
Regards,
Marc Meumann
Steema Support