Silverlight2 error: ‘the property visualtree is defined more than once’

From the missing MSDN pages: this error means that you’ve added more than one element to a FrameworkTemplate (like in a DataTemplate). First, add a Container - for example a  StackPanel.

Leave a Reply