Issues with MySQL Connector Net 6.8.3
NickName:Danieboy Ask DateTime:2014-07-17T21:28:39

Issues with MySQL Connector Net 6.8.3

So I was getting some problems with connecting .NET and MySQL and figured there was something wrong with the connector. Went into my control panel -> uninstall/repair -> repair MySQL Connector Net 6.8.3.

The repair starts normally but after a few seconds I get a screen saying "A serious problem occured during the installation". I tried reinstalling it but just got to the MySQL installer and it said all my products are up to date.

Now I went into the MySQL installer again to uninstall the .Net connector and got the error:

Removing system registry values
UnregisterPerfCounterData
RollbackUnregisterPerfCounterData
Unpublishing Product Features
Unpublishing assembly information
Updating component registration
InstallInitialize
1: MySQL Connector Net 6.8.3 2: {"SERIAL-CODE"} 3: 3 
The product Connector/NET failed to remove successfully.

I have repaired all the Visual Studio products without any problems except this one that is really vital for my project.

So now I am not sure what I should do...

Copyright Notice:Content Author:「Danieboy」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/24804925/issues-with-mysql-connector-net-6-8-3

More about “Issues with MySQL Connector Net 6.8.3” related questions

Issues with MySQL Connector Net 6.8.3

So I was getting some problems with connecting .NET and MySQL and figured there was something wrong with the connector. Went into my control panel -> uninstall/repair -> repair MySQL Connector Net ...

Show Detail

Strange Error while installing MySQL .Net connector 6.8.3

I'm already installing version 6.8.3 but it asks me to install a version greater that 6.7... I just don't understand why this is happening... I'm using Visual Studio 2012 and trying to install this

Show Detail

Entity Framework 6 fails with MySql 6.8.3 not in GAC

On my development system (VS2013 , MySql connector net 6.8.3 installed) my program works as expected. I'm using the NuGet packages EntityFramework.6.1.0, MySql.ConnectorNET.Data.6.8.3.2 and MySql.

Show Detail

MySql Connector/NET 6.9.5 Install Fail

See image for error example: https://i.stack.imgur.com/uCIn7.png I am having trouble installing the latest version of Mysql connector. I previously had 6.8.3 installed. I uninstalled every mysql

Show Detail

Connect mysql database using odbc in vbnet

I have a mysql database on phpmyadmin, I installed the connector 6.8.3 (http://dev.mysql.com/downloads/connector/net/) I add a reference on the driver ((c:\Program Files\MySQL\MySQL Connector Net 6...

Show Detail

How to customize MySql Connector/net?

MySql Connector/Net is not working properly. The team working on bugs is only 3 people and they do not resolve complex issues. There are still unresolved issues from 2009. I want to customize their

Show Detail

MySQL connector 6.3.5 with .NET 3.5

I am developing a project in Visual Studio 2010 on a 64-bit Windows 7 machine. I have been able to successfully connect to a local MySQL database without any issues. However, if I try to change the

Show Detail

Using Perfmon with MySQL Connector/NET

I am trying to diagnose repeated lock wait timeouts from my ASP.NET app to MySQL 5.1. I'm using MySQL Connector/NET 6.2.3. I don't see anything MySQL-related in Perfmon's Performance Object dropdown

Show Detail

How to solve low performance issues with .NET MySql Connector on latest versions (6.9.8) when using CodeFluent Entities?

I have a performance related database issue with CodeFluent Entities and MySql .NET connector. I'm using: CodeFluent Entities version 61214.820 MySql Connector 6.9.8 Compared to MySql .NET conn...

Show Detail

Is MySQL Connector/Net backward compatible?

If I have a MySQL server 5.1, can I use all the onnectors from version 5.1 and above?: Connector/Net 6.1 Connector/Net 6.0 Connector/Net 5.2 Connector/Net 5.1 Clicking http://dev.mysql.com/downlo...

Show Detail