0

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

Libor Zapletal
  • 13,752
  • 20
  • 95
  • 182
  • You mean the Windows Phone Toolkit, right? https://nuget.org/packages/WPtoolkit – kindasimple Jan 16 '13 at 18:27
  • Yea, I think WPtoolkit separates from Silverlight toolkit because "manage Windows Phone specific codebase and issues." So exactly I mean WPtoolkit and that's what I tried but I think describe it as Silverlight toolkit is allright too. – Libor Zapletal Jan 16 '13 at 18:43
  • Yep, you're fine. Just checking to be sure you weren't trying to install a nuget package for the wrong platform – kindasimple Jan 16 '13 at 19:29

0 Answers0