I am currently unable to post my code, will post if needed.
My app has two pages and on my main page I have a HyperlinkButton that takes me to my other page by using:
this.Frame.Navigate(typeof(BlankPage1));
This is navigating to my other page successfully but when it is clicked it gives me a notification that pops up and says, "Search for app in the Store? You need to install an app for this task. Would you like to search for one in the Store?" while
the second page is loaded behind the notification.
What is the issue?
Thanks.