Line 27: try
Line 28: {
Line 29: Conn.Open();
Line 30: MySqlReader = cmd.ExecuteReader();
Line 31: if (MySqlReader.Read() == true)
I tried changing Mysql.dll, and added a reference to the web config, but it didn't work. I'm getting this error while opening a connection:
'Line 29: Conn.Open();'