There was a problem. I go into my wpf project, make changes, compile, but everything remains as if they are, no changes occur. What needs to be changed to solve the problem?

  • one
    1. try rebuild 2. enter the erroneous code, see if something changes. Throw an exception and do not catch, for example. 3. Do you run some other program instead of your program (project properties -> Debug -> Start Action)? Or maybe you have two functions Main? or not that Startup Project? - VladD
  • one
    rebuild the project, the studio has not worked for a long time, I do not remember the exact combination of keys (Shift + Ctrl + B something like that) look in the tab "Project". - KoCaTKo

1 answer 1

So, it seems to have solved the problem, the solution is: Project -> Batch construction, and there we tick the assemblies that are not needed.