Obsolete code in SpellCheck.aspx for 2.0 Framework

  •  08-14-2007, 3:00 PM

    Obsolete code in SpellCheck.aspx for 2.0 Framework

    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
View Complete Thread