* NB This is not a duplicate as suggested below - I have the necessary namespaces and the control works fine at runtime; however, I have the updated tools 1.1.1 installed already NB *
I'm putting together an MVVM Win10 UWP app using Prism 6 / Unity using the new Win10 MapControl, see basic XAML snippet below - I'm getting a design-time error; "The TypeConverter for "Style" does not support converting from a string.":
<maps:MapControl Name="myMap"
Style="Terrain">
</maps:MapControl>
I've Googled for hours and found nothing, My approach ties up with the MSDN documentation as well as every tutorial I can find.
Any ideas as to how to fix this?