Re: .NET Windows Forms + MySQL deployment
Posted by: Gabriela Martinez
Date: May 10, 2012 02:18PM

Hi Emerson, the error for Unable to connect is thrown by the connector itself since it cannot reach any server. I would suggest you to check that MySql server is up and running in the machine you have installed your application first. And the second check should be to check the way you want to deploy your application if you want to embed all the assemblies your application is using in the .exe or if you want to deploy them copying them to the deployed machine. Either way you don't have to install the connector at all.

Options: ReplyQuote


Subject
Written By
Posted
Re: .NET Windows Forms + MySQL deployment
May 10, 2012 02:18PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.