Hi there,
I have developed a windows form .NET application that uses MySQL as the backend. All works great on my development machine.
I deployed it on a different machine and now I getting the error:
Unable to connect to any of the specified mysql hosts
Do I have to install the MySQL .NET Connector on all target machines?
Having just the MySQL.Data.dll on my application folder is not enough?
If I have to install the MySQL Connector, how can I do that (silently) during the instalation of my application?
Thanks
Emerson de Mello
I have developed a windows form .NET application that uses MySQL as the backend. All works great on my development machine.
I deployed it on a different machine and now I getting the error:
Unable to connect to any of the specified mysql hosts
Do I have to install the MySQL .NET Connector on all target machines?
Having just the MySQL.Data.dll on my application folder is not enough?
If I have to install the MySQL Connector, how can I do that (silently) during the instalation of my application?
Thanks
Emerson de Mello