C# MySQL Connector works in IDE, not after publish?
Posted
by MTBPatriot
on Stack Overflow
See other posts from Stack Overflow
or by MTBPatriot
Published on 2010-06-15T18:00:14Z
Indexed on
2010/06/15
18:02 UTC
Read the original article
Hit count: 155
For some reason I can't seem to get the MySQL Net Connector to work with C# outside of the IDE. I have a very simple program working just fine in the IDE (connecting to the database and everything) but when I publish the code and run the .application file (on my local computers desktop or off the company server) it says it can't connect to any of the specified MySQL hosts.
Any help would be greatly appreciated! :(
Thank you
© Stack Overflow or respective owner