XAML not updating on debugging





Problem: Experienced a frustrating issue today. XAML was not updating while debugging on emulator or real Windows Phone device. Rebuilding again and then debugging was helping a bit but doing two steps each time was some what cumbersome. Finally got the issue which was really stupid.



Solution: The problem was that my project name was having a space in its name. Get rid of that space and you will end up having XAML updates automatically without rebuilding before debugging.