MySQLDirect .NET Mobile version 3.20 for .NET CF 1.1 EXPIRES IMMEDIATELY

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
SteliosB
Posts: 2
Joined: Fri 10 Feb 2006 12:53

MySQLDirect .NET Mobile version 3.20 for .NET CF 1.1 EXPIRES IMMEDIATELY

Post by SteliosB » Fri 10 Feb 2006 13:20

I DOWNLOADED
MySQLDirect .NET Mobile version 3.20 for .NET CF 1.1

I RUN VB SAMPLES
I PRESS CONNECT TO MYSQL SERVER
AND...

An unhandled exception of type 'CoreLab.MySql.MySqlException' occurred in CoreLab.MySql.dll

Additional information: License expired. Please contact Core Lab technical support.

!!!!
ZERO SECOND TRIAL ?

Serious

Post by Serious » Fri 10 Feb 2006 14:49

Check if MySQLDirect .NET Mobile Addin is loaded (menu Tools | MySQL Mobile).
If it is not, go to MySQLDirect .NET Mobile installation folder and execute following command:

Code: Select all

%windir%\microsoft.net\framework\v1.1.4322\regasm CoreLab.CF.MySql.Addin.dll /codebase "%ProgramFiles%\CoreLab\MySQLDirect.NET Mobile\CoreLab.CF.MySql.Addin.dll"
Then re-enable addin using Addin Manager (menu Tools | Addin Manager).

SteliosB
Posts: 2
Joined: Fri 10 Feb 2006 12:53

It lo0ks like expired !!!

Post by SteliosB » Fri 10 Feb 2006 15:02

I didi this and again the same message.
Is it the trial from the site expired ?

An unhandled exception of type 'CoreLab.MySql.MySqlException' occurred in CoreLab.MySql.dll

Additional information: License expired. Please contact Core Lab technical support.

Serious

Post by Serious » Fri 10 Feb 2006 15:14

Please send us your test project with compiled binaries. Use e-mail address provided in the registration e-mail.

Post Reply