Wednesday, October 10, 2012

Windows Phone StandardTileData.BackContent

… just a quick heads up if you get an error that looks something like this when creating a pinned tile for windows phone:
The serialized property BackContent is too long
at Microsoft.Phone.Shell.ShellTileData.SerializeToToken(IToken token)
at Microsoft.Phone.Shell.ShellTile.Create(Uri navigationUri, ShellTileData initialData)

The issue is that the BackContent property is set to a string with more than 500 characters.

No comments: