This question is locked. New answers and comments are not allowed.
Why is it that when I check the "Reduce XAP size by using application library caching" option on a Silverlight 4 project, right-click Context Menus and Spell Checker inside the RadRichTextBox no longer work? To elaborate further, I've referenced Telerik.Windows.Documents.Proofing.Dictionaries.En-US.dll and when "Reduce XAP size by using application library caching" option is unchecked the dictionary is working. However, when I check that option, all words get underlined in red.
Is there a way to make this to work? Probably code behind or some workaround? In order to replicate ths problem do the following:
1. Create a VS2010 Silverlight 4.0 Navigation Project (Out-of-the-box).
2. Add a Telerik RichTextBox to the Home.xaml
3. When the Telerik dialog comes up select Word Processor and check all options except read-only.
4. Build and Run the project to see that it works.
5. Test the the "Reduce XAP size by using application library caching" option by checking the options and building and running it again.
P.S. We need to use the application library caching option because Telerik's libraries at this time are about 3MB and would probably grow larger when we use more of Telerik's libraries. This would cause performance issues if we download it always together with the XAP file.
Thanks,
Is there a way to make this to work? Probably code behind or some workaround? In order to replicate ths problem do the following:
1. Create a VS2010 Silverlight 4.0 Navigation Project (Out-of-the-box).
2. Add a Telerik RichTextBox to the Home.xaml
3. When the Telerik dialog comes up select Word Processor and check all options except read-only.
4. Build and Run the project to see that it works.
5. Test the the "Reduce XAP size by using application library caching" option by checking the options and building and running it again.
P.S. We need to use the application library caching option because Telerik's libraries at this time are about 3MB and would probably grow larger when we use more of Telerik's libraries. This would cause performance issues if we download it always together with the XAP file.
Thanks,