Deploy app gives Data Provider Error

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
cledwyn
Posts: 4
Joined: Fri 23 Jul 2010 18:57

Deploy app gives Data Provider Error

Post by cledwyn » Tue 27 Jul 2010 16:44

Hi, I am deploying my app to a Win 2008 x64 server. When I compile and deploy (with all the Devart resources marked as "Copy Local") I get the following error:



[ArgumentException: Unable to find the requested .Net Framework Data Provider. It may not be installed.]
System.Data.EntityClient.EntityConnection.GetFactory(String providerString) +242

......


Please advise.

StanislavK
Devart Team
Posts: 1710
Joined: Thu 03 Dec 2009 10:48

Post by StanislavK » Wed 28 Jul 2010 09:27

Please add the proper DbProviderFactories node to either app.config (or web.config) of your application or the machine.config system file. For details, please refer to
http://www.devart.com/dotconnect/oracle ... yment.html

Feel free to contact us in case of any problems with this.

Post Reply