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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top