I created a C# Console App and tried to debug. When Debug button is clicked then a popup appears in Visual Studio 2017:
---------------------------
Microsoft Visual Studio
---------------------------
Cannot debug some of the code in process WpfApp.exe [1716]. See below for status.
IntelliTrace code failed (0x80040154).
Managed (v4.6, v4.5, v4.0) code succeeded.
Click OK to continue debugging the remaining code.
To disable debugging the failed type(s) of code in the future,
change the corresponding setting in the project properties dialog.
---------------------------
OK
---------------------------
How can I solve this issue?