I created project/app on one computer where I had MySql.Data.MySqlClient. Now I want to change/run program on another computer where I also installed and again added MySql.Data.MySqlClient to project but when I try
using MySql.Data.MySqlClient;
I still get error that it cant find MySql.Data.MySqlClient. How to resolve this ?