awaescher / RepoZ

👨‍💻 A zero-conf git repository hub for Windows and macOS with Windows Explorer- & CLI-enhancements
MIT License
1.01k stars 93 forks source link

grr/grrui: Unhandled exception. System.IO.FileLoadException #100

Closed awaescher closed 4 years ago

awaescher commented 4 years ago

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 4 years ago

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.