Click here to Skip to main content
15,913,304 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'. Make sure the provider is registered in the 'entityFramework' section of the application config file

my model folder is present inside class library
Posted
Comments
[no name] 10-Apr-14 12:11pm    
http://www.bing.com/search?q=No+Entity+Framework+provider+found+for+the+ADO.NET+provider+with+invariant+name+%27System.Data.SqlClient

1 solution

go to Package Manager Console and Install


PM> Install-Package EntityFramework
 
Share this answer
 
v2
Comments
Torakami 10-Apr-14 12:30pm    
offcourse i did...
vsrikanth87 10-Apr-14 12:42pm    
try to add the dll by adding the reference right click on project-- > add reference -- > com and add the dll which you are looking for
Torakami 10-Apr-14 13:18pm    
not availble in the list ..

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