Entity Framework ADO.NET Sql.Data.Client provider not found

后端 未结 9 2234
天涯浪人
天涯浪人 2020-12-10 11:36

I have a similar problem as the one presented in the question No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'

9条回答
  •  心在旅途
    2020-12-10 12:17

    Wow...that is pretty special...Anyways. You need to register the Entity Framework provider for the System.Data.SqlClient SQL connection type.

    You want to add the following to your app.config/web.config

    
      
        

提交回复
热议问题