我对 ASP .Net 编程完全陌生,最近在尝试使用 EF 5 Model First 时遇到了这个异常
Unable to verify the compatibility of the model because the DbContext instance was not created using Code First patterns. Unable to verify the compatibility of DbContext instances created from an ObjectContext or using an EDMX file.
我正在使用 Visual Studio 2012,我的解决方案项目有 2 个项目,一个用于数据模型 (EF5),另一个用于 Web 应用程序 (ASP.NET MVC 4)。
如果有人发出此错误可以帮助我。
此致