I'm trying to deploy my console application which mainly creates xml files from oracle tables. When I'm running the app on my machine (Windows 7 64-bit) through Visual Studio 2012, there is no problem.
My app is meant to run on a server which is using Windows Server 2008 R2 64-bit. So, I copied the .exe, the config file, the Entity Framework dll and the config file from the bin\Debug project folder.
When I'm running the .exe, I got that error message :
The specified store provider cannot be found in the configuration or is not valid
Could someone help me on this?