Problem when compiling.
I use VS with the latest version and C#.
I use a project that uses several dlls. I have marked Debug F9 lines and compile the dll that I have modified but, when executed, it does not stop at the Debug lines and acts as if it used the previous code.
I have recompiled all the dlls again and, sometimes, it acts the same way, but other times it recognizes the lines and acts as if it were using the new code.
For the main exe and for the dll of the active project I use "Local Copy:Yes" and for dlls that are not from the active project I use: "Local Copy:No".
Another problem is that before I pressed F5 to continue being in a Debug line and now it doesn't work and I have to press the "Continue" button.
Before updating to version 17.10.3 and 4 it did not act this way.