I have a WPF app that uses ODP.net and entity framework. The machines where this application is to be installed already has the oracle client installed. The version of the client predates support for entity framework. I have included the Oracle.DataAccess dll and the other oracle dlls that are required in the deployment, I have tried all of the configuration settings that I could find on this site and cannot get the application to work, I am getting this error when I try and run it.
The specified store provider cannot be found in the configuration
Any help would be appreciated. Thanks