Visual C# Occasionally likes to give error messages when loading the project and tries to remove the spell checking module.
When trying to add it back in VC# refuses the name "SpellChecker" presumably as it is the same as the class name NetSpell.SpellChecker
Propose changing the object's name, perhaps to "CheckSpelling"