Connection Problems

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jsilva
Posts: 2
Joined: Tue 30 May 2006 14:33

Connection Problems

Post by jsilva » Tue 30 May 2006 14:42

Hi,

I'm using the trial version of MySQLDirect for .NET the version I am using is 3.50.

I'm currently getting the following error when I deploy an application:

Can't connect to MySQL server on '192.168.5.220' (10061)

Bizarrely everything works perfect when I run it from the design environment in VS 2005 (debug).

Any ideas? I'm quite impressed with the software and would like to purchase but only if this problem can be resolved.

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

Post by Alexey » Wed 31 May 2006 06:09

Do you write class library (dll), executable application (exe), web project,
web project with dynamically compiled sources or what?

jsilva
Posts: 2
Joined: Tue 30 May 2006 14:33

Post by jsilva » Wed 31 May 2006 14:58

The problem must have had something to do with a corrupt project as re-writing it solved this and everything works fine now.

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

Post by Alexey » Thu 01 Jun 2006 07:59

Commonly i encounter such error when pocket PC is not properly connected.

Post Reply