- Windows Phone Databound project targeting WP 8.1 OS.
- Added WPToolkit through NuGet
Added toolkit reference to the page:
xmlns:toolkit="clr-namespace:Microsoft.Phone.Controls;assembly=Microsoft.Phone.Controls.Toolkit"
Added a list picker and gave it items source.
When I deploy to the phone it is working just fine. But in the designer I get this error, and it's pretty annoying, I was wondering if I can do something about it?

UPDATE:
Restarting visual studio solved the problem.