Any project that I try on my computer will give this error in VS2012 when I try to compile after adding the attribute for fast app resume in WMAppManifest.xml: "The 'ActivationPolicy attribute is not declared'.
I've tried 3 different Windows Phone 8 projects, including a sample from Microsoft. They all give the error when I try to compile. It's adding this attribute that breaks it: ActivationPolicy="Resume"
to this line:
<DefaultTask Name="_default" NavigationPage="MainPage.xaml" />
I've repaired my WP8 installation; please help! I need this to work.
Thanks, Johnny