Description:
I have installed Connector/.NET 8.1.0 on my machine. Installation succeeded. When I open VS 2019 SSIS project and trying to create connect manager(ADO.NET source)
I am getting error after selecting New connection.NET provider\MySql Data Provider
Error: Failed to find or load the registered .NET Framework data provider
I have checked GAC, I can see MySql.Data.dll in it
What is the issue? Why am I getting that error even after successful installation?
I have tried even SSMS\Import data wizard. I am getting the same error when selected .NET framework data provider for MySQL.
After a long search on google, I found that we need to amend <system.Data) section in machine.config
I have checked GAC, I can see MySql.Data.dll in it
I have tried even SSMS\Import data wizard. I am getting the same error when selected .NET framework data provider for MySQL.
Note: I have .Net 4.0 installed. SSMS 2019
I have tried installing older versions but the installation failing. I can't install any archived versions.
The installation file 8.1.0 is not asking Typical/Custom/Complete options. Its just installing. In the assemblies, I can see only MySql.Data.dll
I can't find MySql.Data.Entity.dll or any
I have old laptop where 8.0.16 was installed and was working.
How to repeat:
I have installed Connector/.NET 8.1.0 on my machine. Installation succeeded. When I open VS 2019 SSIS project and trying to create connect manager(ADO.NET source)
I am getting error after selecting New connection.NET provider\MySql Data Provider
Error: Failed to find or load the registered .NET Framework data provider
I have checked GAC, I can see MySql.Data.dll in it
What is the issue? Why am I getting that error even after successful installation?
I have tried even SSMS\Import data wizard. I am getting the same error when selected .NET framework data provider for MySQL.
After a long search on google, I found that we need to amend <system.Data) section in machine.config
I have checked GAC, I can see MySql.Data.dll in it
I have tried even SSMS\Import data wizard. I am getting the same error when selected .NET framework data provider for MySQL.
Note: I have .Net 4.0 installed. SSMS 2019
I have tried installing older versions but the installation failing. I can't install any archived versions.
The installation file 8.1.0 is not asking Typical/Custom/Complete options. Its just installing. In the assemblies, I can see only MySql.Data.dll
I can't find MySql.Data.Entity.dll or any
I have old laptop where 8.0.16 was installed and was working.