I\'m trying to get a search contract working on my Win 8 app but after adding a search contract to my project I get the following namespace error:
LayoutAwarePag
Close all the xaml file and rebuild the project. If you have errors in the cs files fix them first. For me it was easy as adding public static MainPage Current; to the mainpage.
public static MainPage Current;