I have a xaml which has the following code.
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<toolkit:WrapPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
Now the error says that The name wrappanel does exist in the namespace clr-namespace:Microsoft.Phone.Controls etc...
Any idea how to fix it.