connect mysql

cloud_0085

New member
Joined
Sep 20, 2010
Messages
4
Programming Experience
Beginner
Hi all, I am using MySqlConnector 6.2.4, because i cannot install the 6.3.4.
I had add the mysql.data.dll as a reference and i had import MySql.Data.MySqlClient

but i have this error
Reference required to assembly 'System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' containing the base class 'System.Data.Common.DbConnection'. Add one to your project.

can somebody help me?
 
hi thanks.
it is mobile project

now is okay after i removed the mysql.data.dll and add mysql.data.cf.dll.

but i have another problem
i connect the server by using LAN address there is no problem but when i connect by WAN address, it shows me this error.

MissingManifestResourceException
 
Back
Top