Cannot start debugger for NET Framework App on Visual Studio 2022 Arm64

WZ_1

Member
Any one got this problem too? I originally thought this problem is related to VS 2022 and posted this issue on Visual Studio feedback (see https://developercommunity.visualst...or-NET-Framework/10843074?sort=newest&q=arm64). But the staff said they didn't have this problem on other Arm64 machine.

Steps to reproduce:
  1. Microsoft Visual Studio Community 2022 (ARM 64-bit) - Preview Version 17.13.0 Preview 3.0, Windows 11 Arm64
  2. Create a new Windows Form App (NET Framework 4.8)
  3. Cannot start debugger - nothing happens after clicking the "Start" button
  4. I also tested all these configurations: Any CPU, ARM64, x86, and x64. Only in x86 the debugger can start.
 
Back
Top