Help pls (opennos)

10/09/2018 17:00 Teska[DE]#1
hey people i need help with my souce. when i update the database it say
Code:
Applying explicit migration: 201701101528067_Aphrodite9.
System.FormatException: Ungültige Länge für Base-64-Zeichenarray oder -Zeichenfolge.
   bei System.Convert.FromBase64_Decode(Char* startInputPtr, Int32 inputLength, Byte* startDestPtr, Int32 destLength)
   bei System.Convert.FromBase64CharPtr(Char* inputPtr, Int32 inputLength)
   bei System.Convert.FromBase64String(String s)
   bei System.Data.Entity.Migrations.DbMigration.GetModel(Func`2 modelAccessor)
   bei System.Data.Entity.Migrations.DbMigration.GetTargetModel()
   bei System.Data.Entity.Migrations.DbMigrator.ApplyMigration(DbMigration migration, DbMigration lastMigration)
   bei System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator.ApplyMigration(DbMigration migration, DbMigration lastMigration)
   bei System.Data.Entity.Migrations.DbMigrator.Upgrade(IEnumerable`1 pendingMigrations, String targetMigrationId, String lastMigrationId)
   bei System.Data.Entity.Migrations.Infrastructure.MigratorLoggingDecorator.Upgrade(IEnumerable`1 pendingMigrations, String targetMigrationId, String lastMigrationId)
   bei System.Data.Entity.Migrations.DbMigrator.UpdateInternal(String targetMigration)
   bei System.Data.Entity.Migrations.DbMigrator.<>c__DisplayClasse.<Update>b__d()
   bei System.Data.Entity.Migrations.DbMigrator.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
   bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.EnsureDatabaseExists(Action mustSucceedToKeepDatabase)
   bei System.Data.Entity.Migrations.DbMigrator.Update(String targetMigration)
   bei System.Data.Entity.Migrations.Infrastructure.MigratorBase.Update(String targetMigration)
   bei System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.RunCore()
   bei System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.Run()
Ungültige Länge für Base-64-Zeichenarray oder -Zeichenfolge.
its when i type "update-database -Verbose"
it creat some table but then it stop with this error

please help i can pay if needed..
10/09/2018 18:29 redbull2905#2
Add-Migration Aphrodite
Update-Database (opennos.dal ef)
10/11/2018 22:44 Petonio#3
You need to select OpenNos.ImportConsole into the Run Project and inside the NuGet tool the OpenNos.DAL.EF project
Then
Add-Migration Aphrodite
and when it finishes
Update-Database