Troubleshooting spell-checker

Build 1501 on 14/Nov/2017  This topic last edited on: 12/Jan/2015, at 13:29

PROBLEM

CAUSE

SOLUTION

Spell-checker display errors on start.

 

Note: remember that you need to restart Ted or Fred after changes.

1.The CSAPI section is empty.

2.On 32-bit locally installed systems: The SCSE5532.DLL is not in the BIN folder; On 64-bit locally installed systems: the SCSE5564.DLL is not in the BIN folder. On ClickOnce systems: the ClickOnce package doesn't contains required files.

3.On locally installed systems: The BIN folder doesn't contains the lexicon file for the configured language(s), e.g. if British English is configured, the BIN folder doesn't contain the sscebr2.clx file; on ClickOnce systems: the ClickOnce package does not contain required files.

1.Add standard entries as explained in Configuration.

2.On locally installed systems: Copy required file in the BIN folder and then restart GN4 application. On ClickOnce systems: add the required files to the ClickOnce compilation folders, and then recompile and deploy to all IIS servers.

3.Copy required file in the BIN folder and then restart GN4 application. On ClickOnce systems: add the required files to the ClickOnce compilation folders, and then recompile and deploy to all IIS servers.

Spell checker exceptions do not work.
 
Note: remember that you need to restart Ted or Fred after changes in TLX lexicons.

1.The words with accented characters are not 1-byte letters

2.The delimiter between words and the code is not a tab character (see Words).

3.The header code is wrong (see Header)

4.The last line has not the trailing CR LF

1.Add words as 1-byte letters. See About accented characters in TLX lexicons for more details.

2.Replace the space with the tab character.

3.Replace the header code with the right one.

4.Press Enter on the end of the last line.