在与指定绑定约束匹配的类型上调用构造函数会引发异常xamlparseexeption

时间:2013-12-13 23:50:49

标签: c# xaml windows-phone

我想在我的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的空白页面(也没有用它完成)。

0 个答案:

没有答案