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

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

    The problem in my case was that inorder to catch another exception I had enabled CLR exceptions. And I forgot to disable it.

    I disabled it in my exception setting. and it overlooked this exception and went on to run and create a db for me (in my case) automatically.

提交回复
热议问题