I am trying to add Silverlight Toolkit to my Windows Phone 7.1 application but when I added Microsoft.Phone.Controls.Toolkit
reference I got just few controls in Intellisense (like ContextMenuService, DatePickerPage, GestureService
, ...). Nothing like ToggleSwitch
and other controls. I tried to add reference several ways (from Program Files, via Nuget, other project) and always the same. I tried to se reference in Object browser and controls are there. Ofcourse I added namespace to xaml page:
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
So where is problem? Thanks