Question

I am developing an app that uses DatePicker and LoopSelector at same time. Looking on the tutorials for each of them I have been advised to add assembly references, first one for DatePicker and second one for Loopselector:

xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"

xmlns:toolkit="clr-namespace:Microsoft.Phone.ControlsPrimitives;assembly=Microsoft.Phone.Controls.Toolkit"

and then I get error message saying The type 'toolkit:Selector' wasn't found.

I welcome any ideas. Thanks.

Was it helpful?

Solution

You cannot have the same name ("toolkit") for both of them!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top