Docker Desktop installation failed Could not load file or assembly ‘Newtonsoft.Json, Version = 13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed’ or one of its dependencies. he module was expected to contain an assembly manifest.
System Configuration-
OS Edition: Windows 11 Pro
OS Version: 22H2
OS Build: 22621.1555
I have that exact problem for months now. Finally found the solution using fuslogvw.
The path to the file contained spaces or maybe it was the special character, or because it wasn’t on my main drive but whatever it was, the installer did not like that :
“D:\CORE\Programmes\Programmes - DL\Docker Desktop Installer.exe”
Moved to my desktop :
“C:\Users\admin\Desktop\Docker Desktop Installer.exe”
Install finally went through. Hopefully I’m at least able to help one guy stuck like me lol