I have installed .net connector version 6.1.5 (I uninstalled 6.1.3 first). I have updated my machine.config and my web.config to ensure they are calling out the correct version. However, I still get the error
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified." when I load my page. I have searched everywhere on the system to find the text "6.1.3.0" but to no avail. I would greatly appreciate any thoughts on what is causing my web application to want to load this older version.
"Could not load file or assembly 'MySql.Data, Version=6.1.3.0, Culture=neutral, PublicKeyToken=c5687fc88969c44d' or one of its dependencies. The system cannot find the file specified." when I load my page. I have searched everywhere on the system to find the text "6.1.3.0" but to no avail. I would greatly appreciate any thoughts on what is causing my web application to want to load this older version.