当我执行update-database
命令时,它显示此错误消息
System.ArgumentNullException:值不能为null.
参数名称:类型在System.Activator.CreateInstance(类型类型,的BindingFlags bindingAttr,粘结剂粘结剂,对象[]指定参数时,CultureInfo的文化,对象[] activationAttributes)
在System.Activator.CreateInstance(类型类型,对象[]参数)
在System.Data.Entity的
System.Data.Entity.Migrations.AddMigrationCommand.Execute的System.Data.Entity.Migrations.Extensions.ProjectExtensions.IsWebSiteProject(Project project) .Migrations.Extensions.ProjectExtensions.GetProjectTypes(Project project,Int32 shellVersion)
中的)
在System.Data.Entity.Migrations.MigrationsDomainCommand.GetFacade(String configurationTypeName,Boolean useContextWorkingDirectory)
at System.Data.Entity.Migrations.AddMigrationCommand.Execute(String name,Boolean force,Boolean ignoreChanges)
at System.Data.Entity.Migrations.AddMigrationCommand.<> c__DisplayClass2.<.ctor> b__0()
在System.Data.Entity.Migrations.MigrationsDomainCommand.Execute(Action命令)值不能为空.
参数名称:类型"?
Iman Mahmoud.. 7
解决方案:对我来说,解决方案就像重新启动visual studio一样简单.
Senario:我有这样的解决方案:
我将启动项目更改Host
为UI.Web
包含web.config然后运行update-database
命令的项目,但它给了我Value cannot be null.
异常,直到我重新启动visual studio并重新运行 update-database
命令.这次它表现正常.
解决方案:对我来说,解决方案就像重新启动visual studio一样简单.
Senario:我有这样的解决方案:
我将启动项目更改Host
为UI.Web
包含web.config然后运行update-database
命令的项目,但它给了我Value cannot be null.
异常,直到我重新启动visual studio并重新运行 update-database
命令.这次它表现正常.