無法使用Entity Framework 和MySql 檢索MVC4 中的元資料
嘗試使用Entity Framework 4.4 為MVC4 建立資料模型
嘗試使用Entity Framework 4.4 為MVC4 建立資料模型會遇到與元資料檢索相關的錯誤。此錯誤訊息通常為:Unable to retrieve metadata for BTD.Data.Product using the same DbCompiledModel to create context against different types of database servers is not supported. Instead, create a separate DbCompiledModel for each type of server being used.
錯誤原因
此問題可能是由於MVC4 控制器腳手架無法準確識別MySql 連接字串而導致的正在產生字串實體框架(EF) CRUD 程式碼。解決方案
要解決該錯誤,請按照以下步驟操作:附加說明
以上是如何解決使用實體框架和 MySQL 的 MVC4 中的「無法檢索元資料」錯誤?的詳細內容。更多資訊請關注PHP中文網其他相關文章!