Good evening,
I'm keep getting the following error whilst trying to use the WPF RadRichTextBox in the "Word Processing" configuration in VS2010 VB.net 4. It's the latest WPF tools (version 0419).
I dragged and dropped the RichTextBox into my designer window grid and then followed the step by step process. All works and looks fine until I run the app in debug mode.
FileNotFoundException was unhandled
Could not load file or assembly 'System.ComponentModel.Composition, Version=2009.7.8.0, Culture=neutral, PublicKeyToken=13e5ffd4e05db186' or one of its dependencies. The system cannot find the file specified.
I'm keep getting the following error whilst trying to use the WPF RadRichTextBox in the "Word Processing" configuration in VS2010 VB.net 4. It's the latest WPF tools (version 0419).
I dragged and dropped the RichTextBox into my designer window grid and then followed the step by step process. All works and looks fine until I run the app in debug mode.
FileNotFoundException was unhandled
Could not load file or assembly 'System.ComponentModel.Composition, Version=2009.7.8.0, Culture=neutral, PublicKeyToken=13e5ffd4e05db186' or one of its dependencies. The system cannot find the file specified.
System.Windows.Data Error: 40 : BindingExpression path error: 'CaptionButtonsReservedWidth' property not found on 'object' ''MainWindow' (Name='')'. BindingExpression:Path=CaptionButtonsReservedWidth; DataItem='MainWindow' (Name=''); target element is 'ContentControl' (Name='windowButtonPlaceHolder'); target property is 'Width' (type 'Double')
A first chance exception of type 'System.IO.FileNotFoundException' occurred in Telerik.Windows.Documents.dll
When the app runs a dialog window opens trying to find a RadDictionary.cs file.
I have uninstalled and re-installed the Telerik WPF tools and it hasn't solved the problem.
It did originally work but now for some reason it doesn't anymore.
Thank you for your time,
Rob