Good afternoon. I have a web application developed in C # that uses connection to Mysql bank. I added the reference, the codebehind recognizes the reference to Mysql without problems. Except when running the application, it gives the error: Error 2 The type or namespace name 'MySql' could not be found (are you missing a using directive or an assembly reference?)
I uninstalled the mysql connector, reinstalled and re-referenced the application, and nothing, even an error. Does anyone know what's going on?
I'm waiting