Archive for June, 2009

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

Wednesday, June 10th, 2009

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.