C#写入xml信息后,软件要重启才能生效,如何不重启软件生效xml信息?
只需要在写入的代码中,加下面一句代码即可
ConfigurationManager.RefreshSection("appSettings");