【问题标题】:Which dll has 'BusyIndicator' for silverlight?哪个 dll 具有 Silverlight 的“BusyIndi​​cator”?
【发布时间】:2011-03-01 22:10:07
【问题描述】:

我已经安装了 09 年 11 月的 silverlight 3 工具包。从 C:\Program Files\Microsoft SDKs\Silverlight\v3.0 Libraries\Client\System.Windows.Controls.dll 引用 System.Windows.Control

但是当我编译我的代码时,我得到了 “错误 6 命名空间‘System.Windows.Controls’中不存在类型或命名空间名称‘BusyIndi​​cator’(您是否缺少程序集引用?)”

我在对象浏览器中打开了 dll,但我也找不到busyindicator。谁能告诉我哪个 dll 有忙指示符?

我找到了关于同一问题的以下链接,但没有说明哪个 dll 具有此类。

谢谢,

【问题讨论】:

    标签: silverlight silverlight-3.0 busyindicator


    【解决方案1】:

    这是 System.Windows.Controls.Toolkit 程序集。

    Direkt link to the source code.

    一般来说,我强烈建议切换到 4.0。

    【讨论】:

    • 我个人已经切换到 4.0。 Blend 对我的项目很满意,但 Visual Studio 说它不存在。请问什么是 Silverlight 4 工具包组件?是一样的吗?
    • 为什么不是 5?只需从silverlight.codeplex.com/releases下载并安装正确的版本
    猜你喜欢
    • 2012-04-11
    • 2011-03-27
    • 2011-08-17
    • 2012-05-06
    • 2011-03-15
    • 2012-03-07
    • 1970-01-01
    • 2013-09-29
    • 2012-01-07
    相关资源
    最近更新 更多