Unable to load the specified metadata resource.
Merhabalar, Eğer projenizde entity framework kullanıyor ve "System.Data.MetadataException: Unable to load the specified metadata resource." hatası alıyorsunuz app.config veya web.config dosylarınızda bulunan connection stringlerinizdeki "Modelname" model ismi ile Entity Model inizin isimleri uyuşmuyordur. Connection string de bulan model isimlerinizi düzenlediğinizde sorun gidecektir. veya entity modelinizi ve app.config dosyanızı silip entity modeli yeniden yüklemeniz gerekmektedir. İyi çalışmalar.