I downloaded the .25 release MSI and after installing over .22 I get the following trying to start it as a service:
Unhandled Exception: System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) ---> System.IO.FileLoadException: Could not load file or assembly 'Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
--- End of inner exception stack trace ---
at Duplicati.Library.AutoUpdater.UpdaterManager.ReadInstalledManifest(String folder)
at Duplicati.Library.AutoUpdater.UpdaterManager.FindInstalledVersions()
at Duplicati.Library.AutoUpdater.UpdaterManager.get_HasUpdateInstalled()
at Duplicati.Library.AutoUpdater.UpdaterManager.GetBestUpdateVersion(Boolean forcecheck)
at Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn(MethodInfo method, String[] cmdargs, AutoUpdateStrategy defaultstrategy)
at Duplicati.WindowsService.Program.Main(String[] args)
Eccezione non gestita: System.IO.FileLoadException: Non è stato possibile caricare il file o lâassembly âNewtonsoft.Json, Version=10.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeedâ o una delle relative dipendenze. La definizione di manifesto dellâassembly specificato non corrisponde al riferimento allâassembly. (Eccezione da HRESULT: 0x80131040) â> System.IO.FileLoadException: Non è stato possibile caricare il file o lâassembly âNewtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeedâ o una delle relative dipendenze. La definizione di manifesto dellâassembly specificato non corrisponde al riferimento allâassembly. (Eccezione da HRESULT: 0x80131040)
â Fine della traccia dello stack dellâeccezione interna â
in Duplicati.Library.AutoUpdater.UpdaterManager.ReadInstalledManifest(String folder)
in Duplicati.Library.AutoUpdater.UpdaterManager.FindInstalledVersions()
in Duplicati.Library.AutoUpdater.UpdaterManager.get_HasUpdateInstalled()
in Duplicati.Library.AutoUpdater.UpdaterManager.GetBestUpdateVersion(Boolean forcecheck)
in Duplicati.Library.AutoUpdater.UpdaterManager.RunFromMostRecentSpawn(MethodInfo method, String cmdargs, AutoUpdateStrategy defaultstrategy)
in Duplicati.WindowsService.Program.Main(String args)