The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations... Hatası

The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269). hatası alırsanız.

global.asax dosyasında

protected void Application_Start()
{

. . . . . . . . . . . . .

}

fonksiyonunda

Database.SetInitializer<ApplicationDbContext>(null); satırını eklerseniz hata düzelir.

Makale Tarihi: 31.07.2015 Gücellenme Tarihi: 22.02.2018

Yorum Yaz

Yorumlarınız denetimden geçtikten sonra yayınlanmaktadır...