grr/grrui: Unhandled exception. System.IO.FileLoadException
awaescher opened this issue · 1 comments
awaescher commented
I updated from RepoZ 5.1 to 5.2. Now, grr and grrui run into the following error:
Unhandled exception. System.IO.FileLoadException: Could not load file or assembly 'RepoZ.Ipc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null'. The located assembly's manifest definition does not match the assembly reference. (0x80131040)
File name: 'RepoZ.Ipc, Version=5.2.0.0, Culture=neutral, PublicKeyToken=null'
at grr.Program.Main(String[] args)
awaescher commented
Go check the file RepoZ.Ipc.dll
in the program directory: It should be there but might be in an unexpected version. This could happen, if RepoZ was still running and locking its files while the setup tried to update them.
Close RepoZ and reinstall it again. If you use chocolatey, run choco upgrade repoz --force
.