Hi
When I compile my project I get the following errors. Is there some reason why you are using obsolete methods?
\richtexteditor\aspnet\SpellCheck.aspx(64,8): warning CS0618: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
\richtexteditor\aspnet\SpellCheck.aspx(68,18): warning CS0618: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
\richtexteditor\aspnet\colorpicker_more.aspx(4,9): warning CS0169: The field 'ASP.richtexteditor_aspnet_colorpicker_more_aspx.FrameSrc' is never used
\richtexteditor\rtepaint4\SaveImage.html4.aspx(26,23): warning CS0618: 'System.IO.Path.InvalidPathChars' is obsolete: 'Please use GetInvalidPathChars or GetInvalidFileNameChars instead.'
\richtexteditor\rtepaint4\DrawImage.html4.aspx(30,25): warning CS0618: 'System.IO.Path.InvalidPathChars' is obsolete: 'Please use GetInvalidPathChars or GetInvalidFileNameChars instead.'
\richtexteditor\server\SpellCheck.aspx(64,8): warning CS0618: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'
\richtexteditor\server\SpellCheck.aspx(68,18): warning CS0618: 'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: 'This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings'