PlugIn and Licence
Posted: Mon Feb 27, 2012 10:01 am
Hi,
I have a software which was using TChart 3.5 and was correctly working.
But now I have upgraded TChart to version 4.1 and my software doesn't open the forms which contains a TChart component
when I double-click on the exe, but is working correctly in the debugguer.
So my application load dynamically plugins, some of them contains forms with TChart component.
I have read the tutorial 17 (Designtime Runtime and License Requirements), but it doesn't help me to fix this issue.
My application doesn't contain any reference to TChart and doesn't contain a licx file for TChart.
The executable load dynamically the plugins. The plugins which contain TChart component contains a TChart licx file which is embedded
to the dll. The plugins reference the TChart.dll. The TChart.dll is present in the exe and dll folder.
I also have tried to add
Steema.TeeChart.TChart tempChart = new Steema.TeeChart.TChart(this);
tempChart = null;
Before the InitializeComponent(); method in the constructor of the form, but it doesn't resolve this issue.
Thanks
I have a software which was using TChart 3.5 and was correctly working.
But now I have upgraded TChart to version 4.1 and my software doesn't open the forms which contains a TChart component
when I double-click on the exe, but is working correctly in the debugguer.
So my application load dynamically plugins, some of them contains forms with TChart component.
I have read the tutorial 17 (Designtime Runtime and License Requirements), but it doesn't help me to fix this issue.
My application doesn't contain any reference to TChart and doesn't contain a licx file for TChart.
The executable load dynamically the plugins. The plugins which contain TChart component contains a TChart licx file which is embedded
to the dll. The plugins reference the TChart.dll. The TChart.dll is present in the exe and dll folder.
I also have tried to add
Steema.TeeChart.TChart tempChart = new Steema.TeeChart.TChart(this);
tempChart = null;
Before the InitializeComponent(); method in the constructor of the form, but it doesn't resolve this issue.
Thanks