Click here to Skip to main content
15,886,046 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi All,

I am working on the application which is working on Client & Server Model. I am currently migrating the server components to the new Windows Server 2012 R2 from Windows Server 2003.

During this migration, when I am using the WCF services deployed on the server, I am not able to perform any operations related with these services. I am getting following exception.

XML
Unable to find the requested .Net Framework Data Provider.  
It may not be installed. (Fault Detail is equal to An ExceptionDetail, likely created by IncludeExceptionDetailInFaults=true, whose value is: 
System.ArgumentException: Unable to find the requested .Net Framework Data Provider.  
It may not be installed.
   at System.Data.Common.DbProviderFactories.GetFactory(String providerInvariantName)
   at Commons.DAL.AbstractDatabaseConnection`2..ctor(U connectionSettings)
   at ......
   at System.ServiceModel.Dispatcher.SyncMethodInvoker.Invoke(Object instance, Object[] inputs, Object[]& outputs)
   at System.ServiceModel.Dispatcher.DispatchOperationRuntime.InvokeBegin(...).


The WCF Services are supposed to perform CRUD (Create, Read, Update & Delete) operations on Oracle Database.

Please suggest what can I do in order to avoid this error.

Thanks in advance for all your help.

Regards,

Adwait
Posted
Comments
Maciej Los 25-Nov-14 15:14pm    
Check connection string!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900