A core feature of Visual Studio that allows developers to inspect, analyze, and troubleshoot code during execution.
cannot start the exe file during debugging
JJ Z
0
Reputation points
When editing C# code on the Visual Studio platform and starting in either Debug or Release mode, the information as shown in the figure will be prompted. The generated .exe file functions normally, but the VS platform cannot start this .exe program. The verification process is as follows:
The complete folder of this program can be copied to another computer and debugged normally.
This computer can debug other C# projects normally.
Trying to delete the registry, reinstalling VS2019, VS2022 and VS2016 did not solve this problem.
Developer technologies | Visual Studio | Debugging
Developer technologies | Visual Studio | Debugging
Sign in to answer