导航到关卡选择屏幕时,我的主屏幕上的Windows手机游戏突然出现此异常。
据我所知,如果有一个Dispatch计时器在导航之前没有停止或者页面试图导航到自身,就会发生这种情况。我相当肯定它不是后者,因为它只有一条路可走。
我在页面上没有任何特定的Dispatch计时器,但我确实有故事板/动画。这可能是原因吗?
Dispatcher Timer:
堆栈追踪:
抓住了异常。消息:现在没有片段支持 跟踪:在System.Windows.Navigation.NavigationService.Navigate(Uri源) 在AppleBin.MainPage.btnLevelSelect_Click(对象发送者,RoutedEventArgs e) 在System.Windows.Controls.Primitives.ButtonBase.OnClick() 在System.Windows.Controls.Button.OnClick() 在System.Windows.Controls.Primitives.ButtonBase.OnMouseLeftButtonUp(MouseButtonEventArgs e) 在System.Windows.Controls.Control.OnMouseLeftButtonUp(Control ctrl,EventArgs e) 在MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj,IntPtr unmanagedObjArgs,Int32 argsTypeIndex,String eventName)