In MySQL for Visual Studio version 1.2.4 and earlier, there was an issue, existing only under a specific scenario, which was preventing the plugin to be uninstalled (either using the “Remove” option in the Windows Control Panel/Programs, or the MySQL Installer for Windows) or upgraded to a newer version, causing the uninstall/update action to be rolled back during the process. (For further information about this issue please refer to http://bugs.mysql.com/bug.php?id=71226).
Such scenario can be achieved as follows:
- First install Visual Studio 2012, or VS 2013 or VS 2015
- Then, install MySQL for Visual Studio version 1.2.4 or earlier
- Later, uninstall Visual Studio 2012, or VS2013 or VS2015
With the scenario described above, the uninstall/upgrade process of the MySQL for Visual Studio plugin is …
[Read more]