Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Management Studio error when trying to edit table

I got the following message when I try to edit a table through SQL Server Management Studio.

The machine is my company remote desktop. and everyone in the company tried to do the same failed too. Any ideas? I tried to search around, the people telling me to edit the DbProviderFactory files under C:. but I don't want to.

TITLE: Microsoft SQL Server Management Studio

Exception has been thrown by the target of an invocation. (SQLEditors)

ADDITIONAL INFORMATION:

The 'DbProviderFactories' section can only appear once per config file. (System.Configuration)

like image 904
triston Avatar asked Aug 16 '26 08:08

triston


1 Answers

Remove empty element DbProviderFactories in machine config files:

C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\Machine.Config
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Machine.Config
like image 200
bjnr Avatar answered Aug 18 '26 21:08

bjnr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!