Question

When I code mobile applications for Windows Phone (Silverlight Platform) and I make some changes to the UI, I have to recompile the whole solution in order to apply them. This is annoying and takes several seconds as well because Visual Studio uninstalls the app which is on the connected device and installs it again. This happens for changes to the UI only, recompilation is not needed for code-part changes.

Can we avoid this problem?

Was it helpful?

Solution

Ok, I created a new project with VS2012 Update 3 and made settings to look like theese: How do you get Visual Studio to recognise XAML changes?. Now everything seems to be working fine.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top