Your trial period has expired?

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
mrtact
Posts: 1
Joined: Thu 06 Apr 2006 03:58

Your trial period has expired?

Post by mrtact » Thu 06 Apr 2006 03:59

Uh, just installed the 3.50 beta and this is the message I got as soon as I tried to use one of the components. Any suggestions?

Tim Keating

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

Post by Alexey » Thu 06 Apr 2006 06:22

Please tell us:
1. Which version did you download? Trial or standard?
2. Did you use any version of MySQLDirect .NET earlier (if yes, please specify the version)?
3. Full text of the message you receive.

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Trial Version Expired on installation?

Post by dhillormac » Tue 25 Apr 2006 02:31

I'm having the same issue. Frustrating. How can I fix this?
I JUST downloaded it right now. It says my trial versino has expired and gives me a link to order it.

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

Post by Alexey » Tue 25 Apr 2006 07:40

Please answer the questions from the previous post.

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Answers

Post by dhillormac » Tue 25 Apr 2006 09:17

1. Which version did you download? Trial or standard?
- Trial
2. Did you use any version of MySQLDirect .NET earlier (if yes, please specify the version)?
- No. Never
3. Full text of the message you receive.
- Sorry, your trial period has expired.
To oreder registered versionplease visit Core Lab site at
http://www.crlab.com/mysqlnet/ordering.html

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

Post by Alexey » Tue 25 Apr 2006 09:49

Please send us your compiled test project for investigation.

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

There is no compiled code.

Post by dhillormac » Tue 25 Apr 2006 13:04

There is no complied code to send. I use VS.NET 2005. I was creating a Dataset and using CRLab MySQLDirect.Net for the connection provider. That's when it tries to connection and I get the error.

I need to get this working today or I'll need to move on.

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

Post by Alexey » Tue 25 Apr 2006 13:58

Please try to compile any sample project. If it doesn't work send us the *.exe file of this project.

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Not understanding ...

Post by dhillormac » Wed 26 Apr 2006 13:13

I don't think you understand ... I open VS.NET 2005. THe very first thing I do is create a Dataset, which takes me through a wizard ... first step is to setup the connection to the Database. I choose MySQLDirect connection provider, enter all the login credentials, then I'm told my trial period has expired. So the wizrd never completes, hence there is no code.

I need to work with Stored Procedures with VS.NET/Datasets. Yours is the only component seemingly doing so right now. I'm reluctent to purchase without trying it out first. PLEASE HELP!

dhillormac
Posts: 8
Joined: Tue 25 Apr 2006 02:29

Issue found

Post by dhillormac » Wed 26 Apr 2006 13:23

I found the issue ... you need MySQL installed locally (or have its binaries present) for it to work.

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

Post by Alexey » Wed 26 Apr 2006 13:28

We do understand. We need to investigate this problem, that's why compile any sample project ignoring all messages and send us *.exe file please.

browrp
Posts: 2
Joined: Sun 07 May 2006 03:20

Re: Issue found

Post by browrp » Sun 07 May 2006 03:23

dhillormac wrote:I found the issue ... you need MySQL installed locally (or have its binaries present) for it to work.
I have MySQL Installed... I'm having the same issue. Do I have to include a specific file for the trial to work?

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

Post by Alexey » Wed 10 May 2006 06:14

Please try to compile any sample project. If it doesn't work send us the *.exe file of this project for investigation.

browrp
Posts: 2
Joined: Sun 07 May 2006 03:20

Post by browrp » Wed 10 May 2006 12:08

It looks like after I did a reboot it started to work... However, I noticed that my Intellisense in VS.Net was acting up. By this I mean that it would not work. Has anyone else reported this problem?

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

Post by Alexey » Wed 10 May 2006 12:25

I don't remember any complaints about Intellisense.
It works thanks to CoreLab.MySql.xml file lying near CoreLab.MySql.dll assembly.

Post Reply