我想添加一個ADO.NET實體數據模型到我使用Oracle數據庫(ODP.NET)的解決方案,但我得到以下錯誤:ADO.NET實體框架 - 甲骨文與實體框架6
"Your project references the latest version of Entity Framework; however, an Entity Framework database provider compatible with this version could not be found for your data connection. If you have already installed a compatible provider, ensure you have rebuilt your project before performing this action. Otherwise, exit this wizard, install a compatible provider, and rebuild your project before performing this action."
該對話框還表示它試圖使用Entity Framework 6.x.
我正在使用Visual Studio 2013,它是一個ASP.NET MVC 5 Web應用程序。我爲Windows x64安裝了64位ODAC 12c第3版(12.1.0.2.1)。
我安裝ODAC 12.2C 1版和Oracle開發工具後得到了相同的消息Visual Studio(12.2.0.1.0)。我試圖使用嚮導 - 數據庫中的EF Designer和數據庫中的Code First創建ADO.NET Entoty Data模型。 – erotavlas