System.ArgumentNullException : 值不能为 null。 参数名: path2

 

在app.config 或 web.config 中加上配置就可以了

<appSettings>
    <add key="DaoFile" value="App_Data/dao.config" />
  </appSettings>

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-25
  • 2021-12-04
  • 2022-12-23
  • 2022-12-23
  • 2021-08-08
猜你喜欢
  • 2022-12-23
  • 2021-07-20
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
  • 2022-02-06
  • 2022-12-23
相关资源
相似解决方案