"License not found" problem.

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
cesarvegamx
Posts: 37
Joined: Tue 30 Jan 2007 07:43

"License not found" problem.

Post by cesarvegamx » Tue 30 Jan 2007 07:48

I looked in past threads, but could not find the answer.

I've just installed the trial on my VS 2005:
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)
Microsoft .NET Framework
Version 2.0.50727
Installed Edition: Professional

I want to use MySQLDirect with an Asp.Net 2.0 application.
I went directly an added a reference to all the CoreLab.MySql.* files I could find. Now they are in the bin directory.

I went to an existing Dataset and tried to create a Datatable. After I enter all connections parameters I clicked "Test connection" and I get the message:
"License not found. Please review Licensing topic in documentation, blah, blah"

So, I went to the documentation and it seems it doesn't cover problems in design time :(
How/where/do I get the license ?

cesarvegamx
Posts: 37
Joined: Tue 30 Jan 2007 07:43

Post by cesarvegamx » Tue 30 Jan 2007 07:54

BTW, I already did the steps of creating a license.licx file, put "CoreLab.MySql.MySqlConnection, CoreLab.MySql" on it, add it to the project, right click on it and choosed Build runtime license.
Still the same error.
Again, my error is in design time.

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

Post by Alexey » Tue 30 Jan 2007 11:52

It is very strange problem. Please create small application with one MySqlConnection component and send us all source files and compiled binaries.

cesarvegamx
Posts: 37
Joined: Tue 30 Jan 2007 07:43

Post by cesarvegamx » Tue 30 Jan 2007 18:54

I've just sent the sample by email to support (at) crlab (dot) com

cesarvegamx
Posts: 37
Joined: Tue 30 Jan 2007 07:43

Post by cesarvegamx » Tue 30 Jan 2007 22:27

BTW, I uninstalled the 3.55 version and installed the 4.0 beta instead.
The 4.0 beta worked fine !

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

Post by Alexey » Wed 31 Jan 2007 06:54

OK, look forward to hearing from us after investigation of your project.

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

Post by Alexey » Fri 02 Feb 2007 06:57

New build of MySQLDirect .NET version 3.55.20 with licensing problem fixed is available for download now.

Post Reply