문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top