3

StackOverflow 上的第一个问题,所以请善待。

我的 DLL 应用程序找不到我手动添加到项目中的 App.config。我像这样使用 ConfigurationManager:

string rootMailTemplate = ConfigurationManager.AppSettings["RootMailTemplate"];

还有我的 xml 配置文件:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
  <appSettings>
    <add key="RootMailTemplate" value="D:\Exercise\MailManagement\" />
    <add key="ClientSettingsProvider.ServiceUri" value="" />
  </appSettings>
</configuration>

但是当我运行我的测试时,不知何故拒绝接受这个值和它的空值。

知道为什么吗?如果您需要更多信息,请告诉我!

编辑:固定:

好的伙计们,修复了,用于测试的 app.config 也必须在测试项目中。访问者可以访问函数和方法,但不能访问附加文件。

4

0 回答 0