我的项目是用 Silverlight 4 编写的。最近我重新安装了系统并安装了 Silverlight 5。但是当我重新安装“一切”时,我遇到了 BusyIndicator 的问题。看起来此控件已从 System.Windows.Controls.Toolkit 中删除,并且尝试编译我的项目(仍针对 Silverlight 4)失败并出现错误:
找不到类型“ToolkitControls:BusyIndicator”。
命名空间定义如下:
xmlns:ToolkitControls="clr-namespace:System.Windows.Controls;
assembly=System.Windows.Controls.Toolkit"
我在 StackOverflow 上看到了很多其他主题,并看到人们广泛使用此控件。听起来我没有安装一些工具箱或错过任何程序集。
我确实安装了以下组件:
- 微软 VS 2010 SP1
- 适用于 Visual Studio® 2010 SP1 的工具 ( http://www.microsoft.com/en-us/download/details.aspx?id=28358 )
- Silverlight 5 工具包 - 2011 年 12 月 ( http://silverlight.codeplex.com/releases/view/78435 )
我需要别的东西吗?
可能我需要添加一些对我的项目的引用才能已经安装了链接到我的项目的工具箱?
请指教,非常感谢任何帮助!
PS 最近发现 WPF 的类似问题和解决方案(未找到类型工具包:BusyIndicator)。但就我而言,我不知道从哪个程序集开始......我查看了 GAC 和“Program Files\Microsoft Silverlight”:在其中找不到任何与 Silverlight 控制工具箱相关的程序集。 .