搜尋此網誌

2014-08-28

Unable to load the specified metadata resource

無法載入指定的中繼資料資源
Unable to load the specified metadata resource
修改Metadata的namespace
var builder = new EntityConnectionStringBuilder
{
 Provider = "System.Data.SqlClient",
 ProviderConnectionString = connectionString,
 Metadata = @"res://*/Data.MyModel.csdl|res://*/Data.MyModel.ssdl|res://*/Data.MyModel.msl"
};

System.Data.MetadataException: Unable to load the specified metadata resource
Entity Framework MetadataException: Unable to load the specified metadata resource
關於 Entity Framework 獨立放在 DAL 專案的注意事項

沒有留言: