The "DbProviderFactories" section can only be displayed once in the configuration file when you start SQL Server 2012 Import Export 64

I fixed this in the files of machine.configboth .net frameworks, but I still get the same error, thanks.

+4
source share
1 answer

If you open SSMS (Sql Server Management Studio), then open the task manager, which you will notice, even if your Windows server is 2012 and 64 bits and your SQL installation is 64 bits, SSMS is a 32-bit application. You most likely did what you did and updated the machine.config file in the following directory, which is for the 64-bit .NET Framework:

C: \ Windows \ Microsoft.NET \ Framework64 \ v4.0.30319 \ Config

you must also update the configuration of the 32-bit structure:

C: \ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ Config

SSIS, , ADO.NET, SQL Agent 64- , 32- . Edit Top 200 -.

+3

All Articles