Method 'ExecuteAsync' in type 'System.Data.Entity.SqlServer.DefaultSqlExecutionStrategy' does not have an implementation

后端 未结 5 1634
野的像风
野的像风 2020-12-06 11:54

I am newer about using Code First in c#. After I enabled Migration in my project and launch my site, I get an Error:

Method \'ExecuteAsync\' in type \'System         


        
5条回答
  •  长情又很酷
    2020-12-06 12:35

    Since all similar S/O questions are being directed to this one, I'll leave another idea to consider. Check to make sure that EntityFramework hasn't been installed into you GAC by chance. IIS will take the GAC version over your bin version leading to some serious head scratching.

提交回复
热议问题