哪个 dll 有“BusyIndicator”?对于银光?
我已经安装了 Nov '09 silverlight 3 工具包。从 C:\Program Files\Microsoft SDKs\Silverlight\v3.0 Libraries\Client\System.Windows.Controls.dll 引用了 System.Windows.Control
但当我编译代码时,我得到了 “错误 6 命名空间 'System.Windows.Controls' 中不存在类型或命名空间名称 'BusyIndicator'(是否缺少程序集引用?)”
我在对象浏览器中打开了 dll,但也找不到 busyindicator。有人可以告诉我哪个 dll 有忙碌指示器吗?
我发现以下链接涉及同一问题,但没有说明哪个 dll 有此类。
谢谢,
I have installed Nov '09 silverlight 3 toolkit. Referenced System.Windows.Control from C:\Program Files\Microsoft SDKs\Silverlight\v3.0 Libraries\Client\System.Windows.Controls.dll
but when I compile my code I am getting
"Error 6 The type or namespace name 'BusyIndicator' does not exist in the namespace 'System.Windows.Controls' (are you missing an assembly reference?)"
I opened the dll in object browser and I could not find the busyindicator either. Could some one please tell me which dll has the Busy Indicator?
I found the following link regarding the same issue but did not say which dll has this class.
Thanks,
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它是System.Windows.Controls.Toolkit程序集。
源代码的直接链接。
一般来说,我强烈建议切换到 4.0。
It's the System.Windows.Controls.Toolkit assembly.
Direkt link to the source code.
Generally, I'd strongly recommend to switch to 4.0 though.