The following xaml give me an error (Could not load file or assembly 'Telerik.Windows.PersistenceFramework...) during runtime:
<UserControl x:Class="MainSail.EquipmentList.Views.EquipmentListNavigator" xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation" xmlns:l="clr-namespace:MainSail.Common;assembly=MainSail.Common" xmlns:local="clr-namespace:MainSail.EquipmentList.Views" mc:Ignorable="d" FontSize="14" Height="500"> <telerik:RadDockPanel> <Border Margin="10,5,10,10" Grid.Row="1" CornerRadius="4,4,4,4" BorderBrush="#193441" Background="#DDDCC5" BorderThickness="2,2,2,2"> <!-- EQUIPMENT TREE --> <telerik:RadTreeListView Name="equipmentTreeView" Margin="8" Background="Beige" telerik:PersistenceManager.StorageId="equipmentTreeView" ItemsSource="{Binding FirstGeneration}" telerik:StyleManager.Theme="Vista" IsDragDropEnabled="True" SelectionMode="Single" SelectionUnit="FullRow" IsSynchronizedWithCurrentItem="False" AutoGenerateColumns="False" >