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

RadRichTextBox SpellCheck solutions are blank

2 Answers 94 Views
RichTextBox
This is a migrated thread and some comments may be shown as answers.
Robert
Top achievements
Rank 1
Robert asked on 26 Apr 2011, 01:34 AM
Good evening,

I'm having difficulty with the RadRichTextBox SpellChecker feature. I'm using Telerik WPF 3.5 build 2011 Q1 v 2011.419.40 with vb.net 3.5 in VS2010.

Basically the RadRichTextBox in "Word Processing" mode works great, but the spellcheck solutions are blank. Every word I try comes up with a red underline, except for those that I added to the dictionary when I made an app in vs2008. The word 'my' for example is not recognised.
I did create a .net 3.5 app yesterday in VS2008 that used the spell checker feature in a standard telerik RichTextBox and that worked fine. I added two extra words to the dictionary and now they are the only words that are recognised.

Does anyone have any suggestions why this may be?

Thank you for your time,

Rob

2 Answers, 1 is accepted

Sort by
0
Iva Toteva
Telerik team
answered on 28 Apr 2011, 08:00 AM
Hello Rob,

The default En-US dictionary is normally loaded by MEF. The only thing you need to take care of, is to add a reference to the assembly Telerik.Windows.Documents.Proofing.Dictionaries.En-US.
If you are using library caching, though, MEF will not be able to load the assembly and you would need to manually instantiate the dictionary, as discussed in this forum thread.
Let us know if that does not solve the problem.

Regards,
Iva
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Robert
Top achievements
Rank 1
answered on 29 Apr 2011, 05:59 PM
Excellent, thank you very much. I will give your solution a try when I get some free time.

Thanks again.
Tags
RichTextBox
Asked by
Robert
Top achievements
Rank 1
Answers by
Iva Toteva
Telerik team
Robert
Top achievements
Rank 1
Share this question
or