Obsolete methods

Last post 01-25-2014, 6:49 AM by cutechat. 2 replies.
Sort Posts: Previous Next
  •  01-23-2014, 12:47 PM 78817

    Obsolete methods

    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'
     

     
  •  01-24-2014, 7:36 AM 78825 in reply to 78817

    Re: Obsolete methods

    Hi AndyFel,

     

    These warnings will not effects the editor functions, you do not need to worry about it. I will report to the development team and improve it in the future version.

     

    Regards,

     

    Ken 

  •  01-25-2014, 6:49 AM 78832 in reply to 78817

    Re: Obsolete methods

    Hi,

     

    It's some old code for dotnet 1.1 

     

    While now we only support dotnet 2.0

     

    We will changes these methods to 2.0 version.

     

    Thanks.

     

    Regards,

    Terry

     

View as RSS news feed in XML