"...a valid license could not be granted..." what
Posted: Fri Mar 07, 2008 12:40 am
I am developing Windows application using VS 2008 in C#. If TeeChart is not used in the app, I can start the app on a PC by copying some files (.dll & .exe) and running the .exe. However, if TeeChart is used in the app, I will get a message like the following:
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 fo the component for more information.
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at Steema.TeeChart.Chart.ctor()
at Steema.TeeChart.TChart.ctor()
......
What do I need to do in order to run the app including TeeChart without the above message?
Thanks,
Al
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 fo the component for more information.
at System.ComponentModel.LicenseManager.Validate(Type type, Object instance)
at Steema.TeeChart.Chart.ctor()
at Steema.TeeChart.TChart.ctor()
......
What do I need to do in order to run the app including TeeChart without the above message?
Thanks,
Al