This is a migrated thread and some comments may be shown as answers.

Could not load Telerik.Windows.PersistenceFramework

1 Answer 67 Views
PersistenceFramework
This is a migrated thread and some comments may be shown as answers.
Rob
Top achievements
Rank 1
Rob asked on 26 Oct 2012, 07:16 PM
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:x="http://schemas.microsoft.com/winfx/2006/xaml"
             xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
             xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
             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" >

1 Answer, 1 is accepted

Sort by
0
Rob
Top achievements
Rank 1
answered on 29 Oct 2012, 12:02 AM
I found a solution by going to the menu bar: Telerik/Rad Controls for WPF/Configure Project.  Then I checked the box for Telerik.Windows.PersistenceFramework.
Tags
PersistenceFramework
Asked by
Rob
Top achievements
Rank 1
Answers by
Rob
Top achievements
Rank 1
Share this question
or