无法访问 TimePicker (Silverlight 4) Visual Studio 2010
我使用 Visual Studio 2010,最近安装了 Silverlight 4 Toolkit。但是我仍然无法访问 TimePicker。 System.Windows.Control位于解决方案参考中,并且它也没有显示新的Silverlight控件。在VS 2010安装目录中,我可以看到Silverlight 4(和3)。我哪里做错了?
I use Visual Studio 2010, and I recently installed Silverlight 4 Toolkit. However I still can't access TimePicker. System.Windows.Control is in the Solution Reference, and it also doesn't show the new Silverlight controls. In the VS 2010 installation directory, I can see Silverlight 4 (and 3). Where am I doing wrong?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否引用
System.Windows.Controls.Input
?另外,如果您还没有安装工具包,可以使用 nuget 安装工具包。Are you referencing
System.Windows.Controls.Input
? Also, if your not already, toolkit can be installed with nuget.