System.ArgumentNullException : 值不能为 null。 参数名: path2
在app.config 或 web.config 中加上配置就可以了
<appSettings> <add key="DaoFile" value="App_Data/dao.config" /> </appSettings>