Upgrade Instruction
<div>If you are upgrading from previous version, please remove the old dll from your visual studio toolbox and remove the reference from your project, and the add the new reference for Version 6.0 dll. Then, try to compile the project. If you find some properties are not resolved (because we removed those properties in version 6) in designer.cs /vb file, then, delete those properties and look for similar properties from Design Time Property editor. You will find that the spell checker DictionaryFilePath property is not resolved. Because, we added support for NHunspell and NetSpell both at the same time, we changed the Class Composition of the Dictionary file path, so please check the dictionary file path property from SpellCheckerOptions and you will find the corresponding new property. Other than that, everything should function properly.</div>