I'm trying to install the mysql connector .net 6.2.2 on a Windows Server 2008 64bit without any succes.
It seems that the Web Providers give an error when installing, but I can't find the reason for this. On my local machine everything works fine.
I'm trying to install the mysql connector .net 6.2.2 on a Windows Server 2008 64bit without any succes.
It seems that the Web Providers give an error when installing, but I can't find the reason for this. On my local machine everything works fine.
Why don't you just add the connector library from Nuget, that way you can also move that dependency state from the server and into the application. This will make it easier to move the application around and deploy it other places.
Turned out to be a Mysql bug. I needed the most recent mysql.data.msi version 6.4.4. and I was trying 6.2.2...