"...a valid license could not be granted..." what

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Russ
Newbie
Newbie
Posts: 7
Joined: Tue Nov 13, 2007 12:00 am

"...a valid license could not be granted..." what

Post by Russ » 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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Fri Mar 07, 2008 8:33 am

Hello Al,

Could you please rea this thread about the same issue?

Thanks in advance.
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Russ
Newbie
Newbie
Posts: 7
Joined: Tue Nov 13, 2007 12:00 am

Post by Russ » Sun Mar 09, 2008 1:07 am

Thanks, Narcis, for the reply. I followed the thread and also "Tuturial 17 - Designtime Runtime and License Requirements" I overlooked earlier. My app creats TeeChart components at both design time and run time and involves both .dll and .exe. After editing some license files, it worked without that license problem.

Thanks,

Al

Post Reply