System.Data.Entity.Core.MetadataException:“無法加載指定的元數據資源
CodeFirst方式使用EF,寫入數據時報錯。
System.Data.Entity.Core.MetadataException:“無法加載指定的元數據資源
主要是鏈接字符串使用錯誤。
EFRecipesEntities是使用Code First方式,ProvideName=System.Data.SqlClient
EF6RecipesContext 使用是DB First方式,ProvideName=System.Data.EntityClient