WP7 Mango: Retemplating PhoneApplicationFrame created “Unspecified Error” exception
问题 The following used to work in WP 7.0: I'm attempting to re-template the root PhoneApplicationFrame in my Mango beta 2 refresh (7712) project with the following Xaml: <Style TargetType="phone:PhoneApplicationFrame" x:Key="FrameStyle"> <Setter Property="Template"> <Setter.Value> <ControlTemplate> <Border x:Name="ClientArea" HorizontalAlignment="{TemplateBinding HorizontalAlignment}" VerticalAlignment="{TemplateBinding VerticalAlignment}" Background="{TemplateBinding Background}" BorderBrush="