XAML does not reflect changes

I wrote a heavy UI program in C # with WPF. Suddenly, the changes that I make to my XAML code no longer have any effect on the compiled program. I tried recompiling, cleaning, and doing a complete rebuild and restarting all to no avail. I don’t know if this is useful, but I can write nonsense in XAML and, of course, Intellisense is crazy, but it still compiles and works as if I hadn't changed anything. I can even delete all the XAML text, recompile it, and it still works as if nothing had changed. I assume this is some kind of error or setup in Visual Studio. Most likely, this is not too obvious, and I completely ignore it. Anyone have any thoughts?

+3
source share
1 answer

For those who are interested, I managed to solve the problem by starting a new project and copying the code. A bit dumb approach, but it worked. So the problem was supposed to be the settings problem, as we suspected. Thank you for your efforts XAMeLi!

0
source

All Articles