PlugIn and Licence

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Christophe
Newbie
Newbie
Posts: 1
Joined: Fri Feb 24, 2012 12:00 am

PlugIn and Licence

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

Sandra
Site Admin
Site Admin
Posts: 3132
Joined: Fri Nov 07, 2008 12:00 am

Re: PlugIn and Licence

Post by Sandra » Tue Feb 28, 2012 1:08 pm

Hello Christophe,

Can you arrange a simple code where appears your problem because we can reproduce your problem exactly here and try to find a good solution for you?

Thanks,
Best Regards,
Sandra Pazos / 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

Post Reply