License problem in class library

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
bartcho
Posts: 1
Joined: Fri 24 Feb 2006 11:21

License problem in class library

Post by bartcho » Fri 24 Feb 2006 11:44

We have class library MyFirm.Business that use CoreLab.MySql.
We use this library in our WinForm UI MyFirm.BusinessExplorer with license file in resources and it works fine.

Sometime we have to use this library in other configuration. We have class library MyFirm.COMExcel exposing COM interface to Excel extension functions.

Excel use MyFirm.COMExcel that use MyFirm.Business and finally use CoreLab.MySql. In this configuration we have trouble with licensing. How we can resolve this trouble?

Serious

Post by Serious » Mon 27 Feb 2006 14:48

In MySQLDirect .NET 3.50 Beta COM objects licensing is supported. Licensing resource must be in the COM object file. Check if you can use this version of our product.

Post Reply