Building App with Trial Version and License Issue

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
zzsmidav
Posts: 3
Joined: Fri 12 May 2006 07:46

Building App with Trial Version and License Issue

Post by zzsmidav » Fri 12 May 2006 08:00

I built a codesmith schemaprovider using vs2005 referencing a trial version of mysqldirector.net (3.50.10).

I copy the built dll to the codesmith schemaprovider directory and get an error testing a connection to mysql saying "License not valid. Please view doco etc".

I then tried added the licx file manually as per instructions, rebuilding, recopying with same result.

I then tried adding a mysqlconnection to a winform in the app, rebuilding, recopying with same result.

Should I persist - should I be able to build an app while using the trial version?

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

Post by Alexey » Fri 12 May 2006 08:38

Did you copy CoreLab.MySql.dll assembly to that directory as well?
Send us small test project if possible to reproduce the problem; it is
desirable to use 'test' schema objects, otherwise include definition of
your own database objects. Do not use third party components.

zzsmidav
Posts: 3
Joined: Fri 12 May 2006 07:46

Post by zzsmidav » Fri 12 May 2006 13:18

tried copying over corelab.mysql.dll - still happens

should i be able to build and use a .net dll referenceing mysqldirect in trial version?

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

Post by Alexey » Fri 12 May 2006 13:29

Of course.
Send us small test project if possible to reproduce the problem; it is
desirable to use 'test' schema objects, otherwise include definition of
your own database objects. Do not use third party components.

zzsmidav
Posts: 3
Joined: Fri 12 May 2006 07:46

Post by zzsmidav » Fri 12 May 2006 13:35

how do I send a .zip attachment?[/quote][/url][/code]

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

Post by Alexey » Fri 12 May 2006 13:48

Please use e-mail address provided in support.html file.

Post Reply