Comprobacion de licencia

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
FerminCSI
Newbie
Newbie
Posts: 3
Joined: Mon Apr 28, 2008 12:00 am

Comprobacion de licencia

Post by FerminCSI » Wed May 07, 2008 1:22 pm

Hola
Tengo el siguiente problema
Desarrollo un modulo, que contiene los graficos TeeChart, en una DLL
Este modulo es referenciado desde la aplicacion principal, si no se incluye el archivo licenses.licx como recurso incrustado en la aplicacion la aplicacion no funciona.
El problema esta en que en ocasiones los modulos se cargan dinamicamente, con este codigo similar a este
Assembly a = Assembly.LoadFrom(@"CSILogistic.Reports.ReportPrueba.dll");
object o = a.CreateInstance("CSILogistic.Reports.ReportPrueba.Class1");
ICSIReport r = (ICSIReport)o;
r.Configure();
r.Preview();

Es posible que cuando busque el recurso de licencia lo busque en la DLL que contiene los componentes graficos y no en el ejecutable que la llama.

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

Post by Marc » Thu May 08, 2008 10:07 am

Hola,

For this application configuration format you need to use the plugin version of TeeChart. That allows dynamic loading of modules (dll assemblies) that use TeeChart, at runtime without need for licenses.licx in the loading application.

Please send an email to sales@steema.com, including your customer id, requesting the plugin version of TeeChart and they will send you the information necessary to access it.

Salutaciones,
Marc Meumann
Steema Support

Post Reply