Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
2.11/5 (2 votes)
See more:
How to resolve below mentioned error.

Unable to determine the provider name for provider factory of type 'System.Data.EntityClient.EntityProviderFactory'. Make sure that the ADO.NET provider is installed or registered in the application config.
Posted
Comments
SRS(The Coder) 30-Jun-14 0:58am    
There might be two reasons what i think :-

1. Either the connection string passed to the EntityFramework is not correct, or
2. The Provider name supplied is not started yet.
manak chand 30-Jun-14 2:25am    
This project was working correctly.. but when upgraded to EntityFrameWork 6. giving this issue.. Can you explain solution in detail..

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