"Cannot set unknown member"

This is my first try with templates:

  • I insert a grid
  • I insert a page browser inside a grid cell
  • On the Page property I go to Value, and choose HSDeviceTile.xaml

Immediately get an error message: "Cannot set unknown member (…schema url…) Design Width Line number 1 and line position 206’

Also tried binding the device (a black and decker lock) before choosing the template, and got the same result.

What am I doing wrong?

Thanks

The PageBrowser can’t render Tile pages during design mode. They should work fine though. Start the simulator to see if it loads.

FYI, if you are designing a Tile based layout the DeviceBrowser may be a more appropriate control.