gpt4 book ai didi

windows-phone-7 - 使用 WP7 工具包的问题 - 类型或命名空间名称 'Toolkit' 不存在

转载 作者:行者123 更新时间:2023-12-04 05:37:31 26 4
gpt4 key购买 nike

我正在考虑 WP7 工具包导入。我已经阅读了很多类似的问题,但似乎没有任何效果。

我正在尝试将 WP7 工具包用于 Windows Phone 的 Microsoft Visual Studio 2010 express 7.1 项目。

一切似乎都很简单,我遵循了所有说明:
http://www.codebadger.com/blog/post/2010/11/01/WP7-Tip-of-the-Day-Silverlight-Toolkit-Gestures.aspx

所以,我现在拥有的是

仪表盘.xaml

xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
mc:Ignorable="d" d:DesignHeight="768" d:DesignWidth="480"

仪表板.xaml.cs
using Microsoft.Phone.Shell;
using Microsoft.Phone.Controls.Toolkit;

当然,我已经安装了 Silverlight for Windows Phone Toolkit - Nov 2011.msi
在这里下载
http://silverlight.codeplex.com/releases/view/75888

我通过右键单击 Reference -> Add Reference 添加了引用,并添加了我在以下位置找到的 dll

C:\Program Files (x86)\Microsoft SDKs\Windows Phone\v7.1\Toolkit\Oct11\Bin

但我仍然有标题中提到的错误

命名空间“Microsoft.Phone.Controls”中不存在类型或命名空间名称“Toolkit”(您是否缺少程序集引用?)

有谁知道如何使它工作?

最佳答案

"using Microsoft.Phone.Controls.Toolkit"不可能。为了在“使用 Microsoft.Phone.Controls”后面的代码中使用工具包控件就足够了。

但你绝对可以

xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

并在您的 xaml 页面中使用此创建控件,如下所示:
  <toolkit:ListPicker></toolkit:ListPicker>

关于windows-phone-7 - 使用 WP7 工具包的问题 - 类型或命名空间名称 'Toolkit' 不存在,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11739190/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com