我想在我的Windows Phone应用程序中添加一个JumpList,所以我下载了bewise phone controls工具包。 我有一个主窗口,当我单击ApplicationBar上的一个图标时,我会使用JumpList导航到一个页面:
this.NavigationService.Navigate(new Uri("/Lista.xaml", UriKind.Relative));
它引发了异常:
The invocation of the constructor on type 'Bewise.Phone.JumpList' that matches the specified binding constraints threw an exception. [Line: 33 Position: 26]
即使有一个只有JumpList的空白页面(也没有用它完成)。