私は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 を使用しています。私のソリューション プロジェクトには、データ モデル (EF5) 用と Web アプリケーション (ASP.NET MVC 4) 用の 2 つのプロジェクトがあります。
誰かがこのエラーを発行した場合、私を助けることができます。
よろしくお願いします