一个可执行文件的多个 app.config 文件

发布于 2024-11-03 06:58:11 字数 273 浏览 0 评论 0原文

我有一个 WindowsForms 项目,它使用其应用程序配置来存储一些应用程序设置。我们将其称为 WinFormsApp.exe

WinFormsApp 使用基本上公开 WCF 服务器连接的库中的类。我们称其为 WCFClass.dll

WCFClass.dll 是解决方案中的一个单独项目,它有自己的 app.config,它保存 WCF 配置。

如何在 WinFormsApp.exe 启动时加载两个配置文件,这样我就不必手动将两个 app.config 的内容合并为一个?

I have a WindowsForms project that uses its app config to store some appSettings. Let's call it WinFormsApp.exe

WinFormsApp uses classes from a library that basicaly exposes WCF server connectivity. Let's call it WCFClass.dll

WCFClass.dll is a separate project in a solution and it has its own app.config it which is holds the WCF config.

How can I have two config files loaded at the start of WinFormsApp.exe, so that I don't have to manually merge the contents of two app.configs in one?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

秋风の叶未落 2024-11-10 06:58:11

对于 WCF,您必须合并这些配置 - system.serviceModel 部分必须位于主应用程序配置中。不使用.dll 的配置文件。它仅由 WCF 测试客户端使用。

For WCF you must merge these configs - system.serviceModel section must be in the main application config. Configuration file for .dll is not used. It is used only by WCF test client.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文