[C#]this method is obsolete it has been replaced by system.configuration

之前遇過一個警告
'System.Configuration.ConfigurationSettings.AppSettings' is obsolete: '"This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings"'
其實放著不理也不會有什麼問題,但是看著就很煩,所以還是把過時的方法改掉比較好。

解決方法:

ConfigurationSettings.AppSettings["KeyName"]
改為
ConfigurationManager.AppSettings["KeyName"]

參考:

留言

這個網誌中的熱門文章

[Visual Studio]位於網際網路或是限制區域上 或是檔案上標有 web 字樣 所以無法處理該檔案。若希望處理這些檔案 請移除 web 字樣。

[IIS] IIS執行時,發生拒絕存取路徑 問題

[windows] xcopy 備份至 「網路磁碟機」