Numeric entity is out of range

Numeric entity is out of range. The value specified is greater than 65535, which is the largest Unicode code point.

The number specified by a character entity is too large. The largest Unicode character code is 65535.

Error ID: XAML0111

Note

This error message also applies to the Silverlight Designer.

To correct this error

  • Ensure that the number between the '&#' sequence and the semicolon ';' character is between 0 and 65535, inclusive.

Example

The following code example shows character entities for the two highest characters in the Unicode character set.

<Button Content='&#65533; OK &#65533;' />

See Also

Concepts

XAML Errors and Help

Other Resources

XAML in WPF

XAML in Silverlight

XML Standards Reference

Character and Entity References [XML Standards]