如何让企业库配置和项目设置设计器在app.config中引用相同的值

发布于 2024-10-21 03:33:58 字数 468 浏览 4 评论 0原文

我想使用 Visual Studio (2010) 中的设计时工具配置应用程序和用户设置,

例如:

Visual Studio 中的设置设计器2010

对于应用程序设置,我想使用企业库配置工具来管理值并应用环境特定的覆盖。但是,设置设计器使用 ,entlib 框架使用标准 ,如下面的屏幕截图所示:

显示设置设计器和 entlib 配置的应用程序配置 如何让 entlib 使用与设置设计器相同的元素?

我想使用设置设计器生成的自动生成的代码。

I would like to configure application and user settings using the design time tools in Visual Studio (2010)

For example:

Settings designer in Visual Studio 2010

For the application settings I would like to use the Enterprise Library Configuration tools to manage the values and apply environment specific overrides. However the Settings designer uses <applicationSettings/> and the entlib framework uses standard <appSettings> illustrated in the screenshot below:

App config showing both settings designer and entlib configuration
How can I get entlib to use the same elements as the settings designer?

I would like to use the auto-generated code that the settings designer generates.

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

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

发布评论

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

评论(1

青芜 2024-10-28 03:33:58

如果他们使用相同的元素就好了。我也想要一个更好的中央工具。
事实上,一个配置编辑器工具就很棒了。
它支持的每个标签和库的插件。
终极 VSIX...
请女士...

Would be nice if they used the same element. I too would like a better central tool.
Indeed a single config editor tool would be great.
Plugins for each Tag and library it supported.
The ultimate VSIX...
Please MS ...

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