Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient' i got this error when i try run application on iis,
but it's run in VS2013
Posted

1 solution

It seems the entity framework package mismatch. Another problem could be that the .config file is missing some essential configuration paramters. The easiest way to fix this would be to reinstall the nuget package if entity framework (desired version). This will fix the version mismatch problem and also add the needed parameters in the config file.
 
Share this answer
 

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