dotConnect for MySQL Express deploy

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
tamas9
Posts: 1
Joined: Mon 16 Feb 2015 15:40

dotConnect for MySQL Express deploy

Post by tamas9 » Mon 16 Feb 2015 15:50

Hi,

I have a problem;
I build my C# program to release. I try it on my developer PC and it works fine.
Then I copy it to another PC (where is no installed dotConnect) and the program crash.

Do I have to copy the Devart.Data.dll and Devart.Data.MySql.dll to next to my application,
or there is some trick to make it works?

Thanks,
Tamas

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: dotConnect for MySQL Express deploy

Post by Pinturiccio » Tue 17 Feb 2015 14:53

tamas9 wrote:Do I have to copy the Devart.Data.dll and Devart.Data.MySql.dll to next to my application,
or there is some trick to make it works?
It should be enough to deploy Devart.Data.dll and Devart.Data.MySql.dll assemblies with your project.

If this information doesn't help to solve the issue, please send us the message and stack trace of the exception and all inner exceptions that cause the issue.

Post Reply