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

后端 未结 9 2237
天涯浪人
天涯浪人 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:31

    You need to register the Entity Framework provider for the System.Data.SqlClient SQL connection type. you should have in app.config:

    
        
        

提交回复
热议问题