HI Team, i am trying to create Hyper V Virtual machine. when click on quick create below is error screenshot i am getting

Siddardha B 0 Reputation points
2025-03-06T00:00:59.89+00:00

User's image

when i open hyper-v and right click on my PC click on quick create immediately getting above error.

Kindly help to fix this issue.

MY Operating system is Win 11 pro. activated with digital license

I have done My Laptop reset.

Reset with clean the drive

Reset with cloud install

still i am facing same issue

when i try to install any Operating system in Hyper-v through new--> virtual machine i am getting below error. kindly assist.

Note: iso image correct file no issue with iso images.

User's image

Hyper-V
Hyper-V
A Windows technology providing a hypervisor-based virtualization solution enabling customers to consolidate workloads onto a single server.
2,835 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Ian Xue-MSFT 40,266 Reputation points Microsoft External Staff
    2025-03-06T07:10:19.71+00:00

    Hi Siddardha B,

    Please see if the following workaround works for you.

    Create a file called VMCreate.exe.config with the content below, and then move it to 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>
    

    https://www.reddit.com/r/HyperV/comments/1he54pv/comment/m92ko75/?utm_source=share&utm_medium=web3x&utm_name=web3xcss&utm_term=1&utm_content=share_button

    Best Regards,

    Ian Xue


    If the Answer is helpful, please click "Accept Answer" and upvote it.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.