There are a couple of references to "ConfigurationSettings.AppSettings["DictionaryFolder"]" in the file SpellCheck.aspx
For .Net 2, these should be changed to read:
"System.Configuration.ConfigurationManager.AppSettings["DictionaryFolder"]"
Regards
Paul