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?
source
share