I'm developing the windows phone 8 map application, and to extend its functionality have installed the Windows Phone Toolkit with NuGet pakage installer. After installing Microsoft.Phones.Toolkit is added into the References and also a folder is created as Toolkit.Content.
While following this tutorial http://mobile.dzone.com/articles/maps-windows-phone-8-and-phone while adding the namespace xmlns:toolkit="clr-namespace:Microsoft.Phone.Maps.Toolkit;assembly=Microsoft.Phone.Controls.Toolkit" I get an error as URI Reference to a namespace Microsoft.Phone.Maps.Toolkit that could not be found
This results that i can't add any toolkit:MapExtensions on map.
If anybody have solution on this please let me know that will be much appriciated.
Thanks In advance, Suraj.
Pasted from the article you linked:
It looks like you switched some namespaces around. Try copying and pasting that to see if that fixes it.