Licensing issue

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
vijay
Newbie
Newbie
Posts: 42
Joined: Thu Jul 31, 2008 12:00 am
Contact:

Licensing issue

Post by vijay » Wed Apr 29, 2009 8:34 am

Hello Support,

I am using the teechart dlls in my application. To run the tchat in the new machine which doesn't installed teechart software requires a licx file with key to run properly. It is working fine only when the licx file is build with main applications exe project. In my project i don't want to build my entire project solution. Sice my projects base is in .Net 2.0 and i am incorporating a new .Net 3.0 module which contains tchart.wpf control as a part of it. Will the application works fine if i build the licx with newly added projects(dlls). Is there any solution to add the licence to tchart dlls without buid the main exe project?[/list][/list][/code]

Marc
Site Admin
Site Admin
Posts: 1260
Joined: Thu Oct 16, 2003 4:00 am
Location: Girona
Contact:

Post by Marc » Thu Apr 30, 2009 3:24 pm

Hello,

Re.
Will the application works fine if i build the licx with newly added projects(dlls).
TeeChart's WPF Chart requires the following entry in the licx file:

Steema.TeeChart.WPF.TChart, TeeChart.WPF

TChart does support an overloaded constructor that can be used to pass the assembly level at which it is built.

Code: Select all

eg. tChart1 = new TChart(this);
..where this would be the Form that loads TChart for the first time. That will set the license at that assembly level so that licx is only required at the level of that assembly.

If that does not give you the functionality you require please let us know and we'll look for other solutions.

Regards,
Marc Meumann
Steema Support

Post Reply