仅在xaml页面中编码4fun工具包错误

时间:2013-10-02 11:31:46

标签: c# xaml windows-phone-8

我需要使用编码4fun的TimeSPanPicker,因为我需要设置秒数。所以我从nuGet安装了这个包。 如果我在C#代码中声明它,TimeSpanPicker工作,但在xaml中我有这个错误:

enter image description here

我使用此命名空间时没有错误:

xmlns:c4fToolkit="clr-namespace:Coding4Fun.Phone.Controls;assembly=Coding4Fun.Phone.Controls"    

经典的silverlight工具包可以正常使用。

谢谢!

1 个答案:

答案 0 :(得分:3)

您使用的命名空间错误(自从V2支持Windows应用商店应用后,它从Coding4Fun.Phone更改为Coding4Fun.Toolkit

以下是使用的方法:

xmlns:c4fToolkit="clr-namespace:Coding4Fun.Toolkit.Controls;assembly=Coding4Fun.Toolkit.Controls"