EF 6 System.Data.Objects.ObjectContext Error

前端 未结 10 651
孤独总比滥情好
孤独总比滥情好 2020-12-03 09:40

I recently upgraded from Entities Framework 5 to Entities Framework 6 Alpha 2 and I am getting the following error:

Method not found: \'System.Data.Ob

10条回答
  •  [愿得一人]
    2020-12-03 10:08

    The new 2.0 version of the providers (http://www.nuget.org/packages/Microsoft.AspNet.Providers.Core/) are EF6 compatible (they'll actually only work with EF6).

提交回复
热议问题