我有一個MVC 4項目,最近升級到EF 6.0。我只有一個包含模型和dbcontext的項目。我無法使遷移,錯誤如下:啓用遷移錯誤 - 對象refreence,MigrationsDomainCommand
System.NullReferenceException: Object reference not set to an instance of an object. at System.Data.Entity.Migrations.Extensions.ProjectExtensions.GetPropertyValue[T](Project project, String propertyName) at System.Data.Entity.Migrations.MigrationsDomainCommand.GetFacade(String configurationTypeName, Boolean useContextWorkingDirectory) at System.Data.Entity.Migrations.EnableMigrationsCommand.FindContextToEnable(String contextTypeName) at System.Data.Entity.Migrations.EnableMigrationsCommand.<>c__DisplayClass2.<.ctor>b__0() at System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action command) Object reference not set to an instance of an object.
谷歌搜索了近2天的回答,似乎沒有任何工作。 請幫幫我。
在工作項目中存在大量有關正在遷移的遷移的相關問題。也許其中一些可能是你自己的問題:https://entityframework.codeplex.com/workitem/list/basic – Fals