Que tal compañeros,
Tuve un inconveniente al levantar el AppJobHost en la versión 1.19.1.6 el cual mostraba en el log el siguiente mensaje de error:
2021-05-07 16:00:09,933 [1] ERROR Main - System.IO.FileLoadException: Could not load file or assembly
'Unity.Abstractions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f' or one of its
dependencies. The located assembly's manifest definition does not match the assembly reference.
(Exception from HRESULT: 0x80131040)
File name: 'Unity.Abstractions, Version=3.3.0.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f'
at System.Reflection.RuntimeAssembly.GetExportedTypes(RuntimeAssembly assembly, ObjectHandleOnStack retTypes)
at System.Reflection.RuntimeAssembly.GetExportedTypes()
at Aseinfo.VH4.MicroServices.AppJobs.QuartzServer.QuartzServer.InitializePlugins(String pluginFolder) in C:\vh4\VH4\MicroServices\AppJob\QuartzServer\QuartzServer.cs:line 202
at Aseinfo.VH4.MicroServices.AppJobs.QuartzServer.QuartzServer.<InitializeAsync>d__13.MoveNext() in C:\vh4\VH4\MicroServices\AppJob\QuartzServer\QuartzServer.cs:line 173
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Aseinfo.VH4.MicroServices.AppJob.Host.Program.<Main>d__2.MoveNext() in C:\vh4\VH4\MicroServices\AppJob\Host\Program.cs:line 66
WRN: Assembly binding logging is turned OFF.
To enable assembly bind failure logging, set the registry value [HKLM\Software\Microsoft\Fusion!EnableLog] (DWORD) to 1.
Note: There is some performance penalty associated with assembly bind failure logging.
To turn this feature off, remove the registry value [HKLM\Software\Microsoft\Fusion!EnableLog].
asked
07 May '21, 16:10
Josue Mancilla
(suspended)
accept rate:
42%