hyper-v 快速创建错误

匿名
2025-02-07T13:39:55+00:00

显示:

未能加载文件或程序集"Newtonsoft.Json,Version=12.0.0.0,

Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"或它的某

个依赖项。找到的程序集清单定义与程序集引用不匹配。(异常来自

HRESULT:0x80131040)

***Move from Windows / Windows 11 / 应用程序 / Windows应用***

Windows 适用于 IT 专业人员的 Windows 客户端 高可用性 虚拟化和 Hyper-V

锁定的问题。 此问题已从 Microsoft 支持社区迁移。 你可投票决定它是否有用,但不能添加评论或回复,也不能关注问题。 为了保护隐私,对于已迁移的问题,用户个人资料是匿名的。

0 个注释 无注释
{count} 票

2 个答案

排序依据: 非常有帮助
  1. 匿名
    2025-02-10T06:56:53+00:00

    此响应已自动翻译。 因此,可能存在语法错误或奇异的措辞。

    你好,

    可以试下下面的方法是否有效。创建一个名为 VMCreate.exe.config 的文件,内容如下,然后将其移动到 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>
    

    在 Windows 11 专业版 24H2 26120.2702 上启动 Hyper-V 快速创建时出现错误消息:r/HyperV

    8 个人认为此答案很有帮助。
    0 个注释 无注释
  2. 匿名
    2025-02-20T03:55:55+00:00

    I am shocked that this bug has existed for 2 months and this issue is not even documented at https://learn.microsoft.com/en-us/windows/release-health/status-windows-11-24h2 , ****?

    0 个注释 无注释