关于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>
但是当我运行我的测试时,不知何故拒绝接受该值及其null。
知道为什么吗?如果您需要更多信息,请与我们联系!
编辑:修正:
好的fellas,修复,app.config测试也必须在测试项目上。访问者可以访问功能和方法,但不能访问其他文件。