I got the following message when I try to edit a table through SQL Server Management Studio.
当我尝试通过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.
这台机器是我公司的远程桌面。并且公司里的每个人都试图做同样的失败。有任何想法吗?我试图四处搜索,人们告诉我在C:下编辑DbProviderFactory文件。但我不想。
TITLE: Microsoft SQL Server Management Studio
标题:Microsoft SQL Server Management Studio
Exception has been thrown by the target of an invocation. (SQLEditors)
调用的目标抛出了异常。 (SQLEditors)
ADDITIONAL INFORMATION:
附加信息:
The 'DbProviderFactories' section can only appear once per config file. (System.Configuration)
“DbProviderFactories”部分每个配置文件只能出现一次。 (系统配置)
1 个解决方案
#1
5
Remove empty element DbProviderFactories in machine config files:
删除机器配置文件中的空元素DbProviderFactories:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\Machine.Config
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Machine.Config
#1
5
Remove empty element DbProviderFactories in machine config files:
删除机器配置文件中的空元素DbProviderFactories:
C:\Windows\Microsoft.NET\Framework\v2.0.50727\CONFIG\Machine.Config
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config\Machine.Config