Advertisement
Guest User

Untitled

a guest
Jun 16th, 2019
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.60 KB | None | 0 0
  1. PM> update-database -Verbose
  2. Using StartUp project 'OpenNos.Import.Console'.
  3. Using NuGet project 'OpenNos.DAL.EF'.
  4. Specify the '-Verbose' flag to view the SQL statements being applied to the target database.
  5. System.BadImageFormatException: Could not load file or assembly 'OpenNos.DAL.EF' or one of its dependencies. Se ha intentado cargar un programa con un formato incorrecto.
  6. File name: 'OpenNos.DAL.EF'
  7. at System.Reflection.RuntimeAssembly._nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  8. at System.Reflection.RuntimeAssembly.nLoad(AssemblyName fileName, String codeBase, Evidence assemblySecurity, RuntimeAssembly locationHint, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  9. at System.Reflection.RuntimeAssembly.InternalLoadAssemblyName(AssemblyName assemblyRef, Evidence assemblySecurity, RuntimeAssembly reqAssembly, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean throwOnFileNotFound, Boolean forIntrospection, Boolean suppressSecurityChecks)
  10. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, IntPtr pPrivHostBinder, Boolean forIntrospection)
  11. at System.Reflection.RuntimeAssembly.InternalLoad(String assemblyString, Evidence assemblySecurity, StackCrawlMark& stackMark, Boolean forIntrospection)
  12. at System.Reflection.Assembly.Load(String assemblyString)
  13. at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.LoadAssembly(String name)
  14. at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.FindConfiguration()
  15. at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.GetMigrator()
  16. at System.Data.Entity.Migrations.Design.ToolingFacade.UpdateRunner.RunCore()
  17. at System.Data.Entity.Migrations.Design.ToolingFacade.BaseRunner.Run()
  18.  
  19. AVS: El registro del enlace de ensamblado está desactivado.
  20. Para habilitar el registro de errores del enlace de ensamblado, establezca el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) como 1.
  21. Nota: existe una disminución del rendimiento asociada registro de errores del enlace de ensamblado.
  22. Para desactivar esta característica, elimine el valor de Registro [HKLM\Software\Microsoft\Fusion!EnableLog].
  23.  
  24. Could not load file or assembly 'OpenNos.DAL.EF' or one of its dependencies. Se ha intentado cargar un programa con un formato incorrecto.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement