Search code examples
windows-phone-7datepickersilverlight-toolkitassembly-references

toolkit assembly giving error message windows phone


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.


Solution

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