End Google Ads 201810 - BS.net 01 --> Hi, i have installed mysql connector so that my application can work with mysql database located at a web server.

i imported this
using MySql.Data.MySqlClient;

when i complied the application, it works fine on my computer. however when i sent my friend the application, he got an error saying

cannot load file or assembly "Mysql.data, version 6.0.3.0 culture=neutrel, publickeytoken=c5687fc88969c44d' or one of it dependencies.

must he install sql connector as well to run my application?