Silverlight 4 Application run in silverlight 5 in visual-studio-2015

182 Views Asked by At

I have a silverlight application after i run this project in visual-studio-2015 silverlight 5 there errors are appear The tag 'TimeUpDown' does not exist in XML namespace

'http:// schemas.microsoft. com /winfx/2006/xaml/presentation/toolkit'

What can i do ? Thanks

1

There are 1 best solutions below

0
Rami A. On

Add a reference to System.Windows.Controls.Input.Toolkit.

See this blog post for more details.