my visual studio 2008 don’t know “MySql.Data.MySqlClient” and says:
“The type or namespace name ‘MySql’ could not be found (are you missing a using directive or an assembly reference?)”
what should I do now?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I suppose you need Connector/Net
http://dev.mysql.com/downloads/connector/net/5.2.html
Here’re some guides
http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=576
http://www.primaryobjects.com/CMS/Article68.aspx
How do I set up MySQL to work with C#?