Forum Discussion
Error: Unable to find the requested .Net Framework Data Provider. It may not be installed.
- 10 years ago
Solved for it.!
I have re-installed .NET framework and restarted the server and tried creating the data source and this time the error changed and it was saying something in the lines of there is an extra DbProviderFactories and from a quick web search I found this link that we need to edit the machine.config file to remove the extra entry of DbProviderFactories and I did the same and restarted the server and it worked like charm.
Here is what I removed from the machine.config file.
Hope this helps anyone who faces similar issues.
Solved for it.!
I have re-installed .NET framework and restarted the server and tried creating the data source and this time the error changed and it was saying something in the lines of there is an extra DbProviderFactories and from a quick web search I found this link that we need to edit the machine.config file to remove the extra entry of DbProviderFactories and I did the same and restarted the server and it worked like charm.
Here is what I removed from the machine.config file.
Hope this helps anyone who faces similar issues.
Thanks for sharing the solution. Could you please mark your answer as solution to close this thread?
Best Regards,
Herbert