.Net application losing reference [closed]

1

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

    
asked by anonymous 20.08.2018 / 20:10

0 answers