Ta odpowiedź została przetłumaczona automatycznie. W związku z tym mogą występować błędy gramatyczne lub dziwne sformułowania.
Cześć
Wygląda na to, że wiele osób napotkało ten problem. Sprawdź, czy to obejście działa dla Ciebie.
Utwórz plik o nazwie VMCreate.exe.config z poniższą zawartością, a następnie przenieś go do C:\Program Files\Hyper-V
<configuration>
<runtime>
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
<dependentAssembly>
<assemblyIdentity name="Newtonsoft.Json" publicKeyToken="30ad4fe6b2a6aeed" culture="neutral" />
<bindingRedirect oldVersion="0.0.0.0-12.0.0.0" newVersion="13.0.0.0" />
</dependentAssembly>
</assemblyBinding>
</runtime>
</configuration>