Re: Cant uninstall MYSQL Connector/NET 6.5.4
Posted by: Gabriela Martinez
Date: August 31, 2012 09:43AM

John, QQ is this log from the hosting server or from your development machine? This error says that you have a 1.0.10.0 MySQL.Data.dll version reference some where between your application and the GAC of the server or the machine where you're running the application. Please double check your web.config that there is no other reference to a different than the one you want to use or the one you have installed. If the machine has already a version in the GAC it will always take this instead the one is in your \bin folder. So you might want to ask to your hosting server or check you development machine.

To check the GAC you should run a VS 2010/2008 command prompt window and then type
gac -l mysql.data so you can see the assemblies with this name in the gac.

If the problem is when uninstalling a Connector/Net version, please try to get the log of the msi when uninstalling. You can set a verbose log with the below parameters which can give us a clearer clue about what the problem is.

msiexec /i "C:\MyPackage\Example.msi" /L*V "C:\log\example.log"

Please let us know what you find.

Thanks!

Gabriela Martinez
.Net Developer on MySql Connector/net team.

Options: ReplyQuote


Subject
Written By
Posted
Re: Cant uninstall MYSQL Connector/NET 6.5.4
August 31, 2012 09:43AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.