在visual-studio-2015 Silverlight5中运行此项目后,我有一个silverlight应用程序,出现错误'TimeUpDown‘在XML命名空间中不存在
‘'http:// winfx.com/ schemas.microsoft /2006/xaml/presentation/toolkit’
我能做些什么?谢谢
发布于 2019-10-09 14:58:31
添加对System.Windows.Controls.Input.Toolkit的引用。
有关更多详细信息,请参阅this blog post。
https://stackoverflow.com/questions/58059497
复制相似问题