Visual Studio 2022 Debugger JustInTime installation failure

Viewed 427

I just downloaded and installed Visual Studio 2022 Professional with the "ASP.NET and web development" workload to a Windows 10 machine. Install succeeded except for the warning "Couldn't install Microsoft.VisualStudio.Debugger.JustInTime.Msi".

How can I fix this warning?

1 Answers

I was running into the same problem and managed to fix it by:

  1. Uninstalling Visual Studio 2022
  2. Closing Visual Studio Installer and reopening it with administrator priviliges
  3. Installing Visual Studio 2022 again with the desired workloads/components
Related