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?
By the way, Is it possible to Make Visual Studio Installed Files Portable from Installed machine to another machine by just copying Installed Folder & Files. I am getting fan of Portable Installer. I make Portable every necessary IDE SDK Tools. Here is a short list. All is working fine just copying and extracting them. No Installation Hassel :P