如何防止在c#中存储空的用户设置文件

时间:2014-01-06 09:09:35

标签: c# .net visual-studio-2010 .net-4.0

我想使用C#应用程序设置。我只使用Application范围,但即使在我的user\AppData\Local\myApp\...user\AppData\Roaming\myApp\...中创建了“空”用户设置文件。

这些文件的内容user.config

<?xml version="1.0" encoding="utf-8"?>
<configuration>
    <configSections>
    </configSections>
</configuration>

有没有办法阻止创建这些文件?

0 个答案:

没有答案