Overview:
The data provider list is empty when trying to create a new data connection in Essentials Manager.
Solution:
There is a known issue in .NET that will cause a repeated value in the machine.config file. To solve this issue, follow the steps:
The data provider list is empty when trying to create a new data connection in Essentials Manager.
Solution:
There is a known issue in .NET that will cause a repeated value in the machine.config file. To solve this issue, follow the steps:
- Make a backup of the file C:\Windows\Microsoft.NET\Framework\v4.0.30319\config\machine.config
- Edit that file and look for the tag <DbProviderFactory>. The section will look like:
<DbProviderFactories> [...] </DbProviderFactories> <DbProviderFactories/> --> Extra line
- Delete the extra line and then save the file.
- Repeat steps 1 through 5 for the file C:\Windows\Microsoft.NET\Framework64\v4.0.30319\config\machine.config (note the path is different that the other file - ..\framework64\..)
Comments
0 comments
Article is closed for comments.