添加迁移执行

时间:2017-09-17 15:51:14

标签: c# entity-framework ef-migrations

当我尝试添加迁移时出现此错误:

 PM> add-migration RestrictPromotionContentAndTitle
    System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.IO.FileNotFoundException: Could not load file or assembly 'Microsoft.Build.Framework, Version=15.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
       at BrightInfo.Infrastructure.Settings.DbAudit.AuditDbContext..ctor(String connString)
       at BrightInfo.Infrastructure.Settings.BrightInfoContext..ctor(Boolean proxyCreationEnabled, Boolean lazyLoadingEnabled) in C:\Projects\BrightInfo\BrightInfo.Infrastructure.Settings\BrightInfoContext.cs:line 124
       at BrightInfo.Infrastructure.Settings.BrightInfoContext..ctor() in C:\Projects\BrightInfo\BrightInfo.Infrastructure.Settings\BrightInfoContext.cs:line 113
       --- End of inner exception stack trace ---
       at System.RuntimeTypeHandle.CreateInstance(RuntimeType type, Boolean publicOnly, Boolean noCheck, Boolean& canBeCached, RuntimeMethodHandleInternal& ctor, Boolean& bNeedSecurityCheck)
       at System.RuntimeType.CreateInstanceSlow(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.RuntimeType.CreateInstanceDefaultCtor(Boolean publicOnly, Boolean skipCheckThis, Boolean fillCache, StackCrawlMark& stackMark)
       at System.Activator.CreateInstance(Type type, Boolean nonPublic)
       at System.Activator.CreateInstance(Type type)
       at System.Data.Entity.Infrastructure.DbContextInfo.<CreateActivator>b__0()
       at System.Data.Entity.Infrastructure.DbContextInfo..ctor(Type contextType, DbProviderInfo modelProviderInfo, AppConfig config, DbConnectionInfo connectionInfo)
       at System.Data.Entity.Infrastructure.DbContextInfo..ctor(Type contextType)
       at System.Data.Entity.Migrations.DbMigrator..ctor(DbMigrationsConfiguration configuration, DbContext usersContext)
       at System.Data.Entity.Migrations.DbMigrator..ctor(DbMigrationsConfiguration configuration)
       at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.GetMigrator()
       at System.Data.Entity.Migrations.Design.ToolingFacade.GetPendingMigrationsRunner.RunCore()
       at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.Run()
    Exception has been thrown by the target of an invocation.

谁知道如何解决此问题? 提前谢谢。

P.S。:当我切换到Package Manager Console时,我忘了提到我收到此错误消息:

    Unable to find type [NuGet.PackageManager]. Make sure that the assembly that contains this type is loaded.
At C:\Projects\BrightInfo\packages\T4Scaffolding.Core.1.0.0\tools\init.ps1:4 char:5
+ if ([NuGet.PackageManager].Assembly.GetName().Version -lt 1.4)
+     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : InvalidOperation: (NuGet.PackageManager:TypeName) [], RuntimeException
    + FullyQualifiedErrorId : TypeNotFound

有人知道如何修复它吗? 感谢。

2 个答案:

答案 0 :(得分:0)

好像你没有在项目中正确引用dll。

无法加载文件或程序集&#39; Microsoft.Build.Framework,Version = 15.1.0.0,Culture = neutral,PublicKeyToken = b03f5f7f11d50a3a&#39;或其中一个依赖项。该系统找不到指定的文件。        在......

如果您可以添加相应的dll和clean解决方案,重建解决方案然后再试一次,则应该成功执行。如果仍存在进一步的错误,请发布您的迁移详细信息,以便更好地了解并帮助您。

HTH

答案 1 :(得分:0)

我通过添加以下内容对其进行了修复: {得到;组; } 前往我的所有财产