Deployment of Application

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
ccotton333
Posts: 1
Joined: Thu 18 Nov 2004 22:16

Deployment of Application

Post by ccotton333 » Thu 18 Nov 2004 22:24

I recently downloaded the trial version of MySQL Direct, and I like how the connectors and everything works. I do have one real question and/or problem. I created a small test app that connected to a mysql database named cars. the database contained the following fields: Make, Model, and Vin. When I was in design mode everything worked great, but when I tried to install it on another machine to see if it would work properly, I keep getting an error and the app doesn't open at all. I was wondering if anyone knows why this is, is it because I'am using the trial version, or is the MySQL Direct software going to be installed on every machine I would deploy the app to. I would like to purchase this software if i don't have to buy a license for every computer that the app is deployed to. If someone could help me with this I'd appreciate it.

Thanks,

ccotton333

Oleg
Devart Team
Posts: 264
Joined: Thu 28 Oct 2004 13:56

Re: Deployment of Application

Post by Oleg » Mon 22 Nov 2004 11:18

Copy CoreLab.MySql.dll with your application.
Please read Deployment article in MySQLDirect .NET documentation.

Post Reply