Click here to Skip to main content
15,891,248 members
Articles / Programming Languages / C#

[C#] MySQL Connector/NET - What Am I Doing Wrong?

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
19 Nov 2012CPOL 8.6K  
I'm using the MySQL Connector for .net applications, specifically, C#. A System.Net.Sockets.SocketException is thrown when I invoke MySqlConnection.Open(). I've been looking over this code for the past few days, decided to see if another pair of eyes could help me. I'm on Windows 7 x64 using...

Revisions


  

Compare Revision Minor Date Status Editor
5 - publicly available No 19-Nov-12 9:13 Available JayFab
Updates in content. 170 changes had been made.
4 No 18-Nov-12 17:12 Available JayFab
Updates in content. 42 changes had been made.
3 No 18-Nov-12 17:09 Available JayFab
Updates in content. 31 changes had been made.
2 No 18-Nov-12 16:55 Available JayFab
Updates in content. 98 changes had been made.
1 No 18-Nov-12 16:44 Available JayFab

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions