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
I had this nagging problem which may have been linked to using the SQLite for Windows RT add on (v3.7.15), and random "Design view is unavailable for x64 and ARM target platforms" errors.
Regardless, for me, everything works fine now, including the layout aware functionality, once I changed the target platform to x86 for both the project AND solution.
So right click both the project and solution in Solution Explorer, click Properties, and select an x86 architecture.
It does make me a bit nervous to not have "Any CPU" as the target, so if anyone knows how to make this work with SQLite and layout aware pages, please chime in.