Connection trouble

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
festiva
Posts: 1
Joined: Thu 06 Apr 2006 02:18

Connection trouble

Post by festiva » Thu 06 Apr 2006 02:23

Hi experts,

I just download a trial version on my local machine and here is my connection string:
"Data Source = 192.168.1.80; Database=mercorella_main;User ID=merc;Password=mepass;"

MySQL Server resides on a different machine.

when myConnection.open() I got the following error message:
"License not found. Please view "Licensing" topic in MySQLDirect .NET documentation for details or contact Core Lab technical support."

My VisualStudio .NET is in my local machine, therefore .Net Framework resides on my local machine.

HOw can I fix this problem?
Many thanks
Festiva

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Thu 06 Apr 2006 06:18

Do you have licenses.licx file as an embedded resource in your project?
If not please add it. For more information view "Licensing" topic in MySQLDirect .NET documentation.

Post Reply