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 , ****?
hyper-v 快速创建错误
匿名
显示:
未能加载文件或程序集"Newtonsoft.Json,Version=12.0.0.0,
Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed"或它的某
个依赖项。找到的程序集清单定义与程序集引用不匹配。(异常来自
HRESULT:0x80131040)
***Move from Windows / Windows 11 / 应用程序 / Windows应用***
Windows 商业版 | 面向 IT 专业人士的 Windows 客户端 | 存储高可用性 | 虚拟化和 Hyper-V
107 个问题
锁定的问题。 此问题已从 Microsoft 支持社区迁移。 你可投票决定它是否有用,但不能添加评论或回复,也不能关注问题。 为了保护隐私,对于已迁移的问题,用户个人资料是匿名的。
{count} 票
-
匿名
2025-02-20T03:55:55+00:00 -
匿名
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