ADO.NET provider with invariant name 'System.Data.SqlClient;' cannot be found (Entity Framework MVC)

前端 未结 3 1619
陌清茗
陌清茗 2021-01-20 01:21

I cannot seem to resolve what appears to be a common issue with Entity Framework 6. I have reviewed the many topics related to this issue on SO, and am unable to find a solu

3条回答
  •  日久生厌
    2021-01-20 01:55

    For me, this issue is caused by damaged EntityFramework. Uninstall EntityFramework as well as Visual Studio and Re-Installing the Visual Studio - The visual studio installation covers the .Net Framework SDK installation kind of resolved this issue.

提交回复
热议问题