Page 1 of 1

Licensing issue

Posted: Wed Apr 29, 2009 8:34 am
by 14049736
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]

Posted: Thu Apr 30, 2009 3:24 pm
by Marc
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