[anidex] Exception (anidex): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (Test)
i have the same issue :( here's mine...
Same story here. Here's the error message, which is repeated for each Indexer:
Exception (isohunt2): Could not load file or assembly 'AutoMapper, Version=6.2.2.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference.
Mine is fixed... I just updated to the latest one.. v0.9.1 ^_^
Mine errored after updating to the latest version, same error as the errors above.
Bug seems to be introduced with commit fd1073d0b50f95e51d718cbdc65d50ef534b9fff (updated AutoMapper from 6.2.2 (the 'missing' package version) to 7.0.1).
@kvanzuijlen that commit is not the cause, its just a symptom, previously there was a bug where when the update ran, some dlls were still open and couldn't be updated, thats why its looking for version 6.2.2.0. That issue is now fixed, so updates should be fine in the future
To resolve this issue
C:\ProgramData\Jackett
and make sure there is no exe or dll files present, only config and log files should remain after uninstallingCan confirm that @flightlevel's solution has worked. And indeed, the commit was not the cause but just the a change that broke because some files weren't changed. Thanks for your quick response @flightlevel!
Ahhh, thanks a million! This fixed the issue for me, I just hadn't used Sonarr/Jackett for a week and I had the same problem, I had to manually delete the .DLLs from the directory, besides from that, it works, not even a reboot required, thumbs up!
Most helpful comment
To resolve this issue
C:\ProgramData\Jackett
and make sure there is no exe or dll files present, only config and log files should remain after uninstalling