The specified store provider cannot be found
Posted: Thu 07 Oct 2010 21:53
Hello,
I have a console application I'm trying to deploy and I'm getting the exception below. It works fine on my development machine.
System.ArgumentException: The specified store provider cannot be found in the configuration, or is not valid. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
Here is my app.config file:
What do I need to do to resolve this? I already have the dll's below in the installation folder:
Devart.Data.dll
Devart.Data.Linq.dll
Devart.Data.Oracle.dll
Devart.Data.Oracle.Linq
- Taylor
I have a console application I'm trying to deploy and I'm getting the exception below. It works fine on my development machine.
System.ArgumentException: The specified store provider cannot be found in the configuration, or is not valid. ---> System.ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.
Here is my app.config file:
What do I need to do to resolve this? I already have the dll's below in the installation folder:
Devart.Data.dll
Devart.Data.Linq.dll
Devart.Data.Oracle.dll
Devart.Data.Oracle.Linq
- Taylor