configurationsection

configurationsection

文章 0 浏览 3

ConfigurationSection ConfigurationManager.GetSection() 始终返回 null

我正在尝试学习如何使用 ConfigurationSection 类。我曾经使用 IConfigurationSectionHandler 但发布说它已被折旧。因此,作为一个好小伙子,我正在尝…

假面具 2024-11-07 12:49:53 0 0

如何将 TypeConverters 与 ConfigurationSection 一起使用?

所以我有一个 ConfigurationSection/ConfigurationElementCollection ,其配置如下: &ltmimeFormats&gt &ltadd mimeFormat="text/html" /&gt &lt/mim…

爱的十字路口 2024-11-05 15:52:26 1 0

保留 Configuration.Save() 上的格式

我有自定义 ConfigurationSection 并在对其进行一些修改后调用 Configuration.Save(): var config = ConfigurationManager.OpenMappedExeConfigurati…

谢绝鈎搭 2024-11-03 03:50:31 1 0

使用 C# 循环遍历配置部分以读取其元素

我有一个配置文件,例如: &ltlogonurls&gt &ltothersettings&gt &ltsetting name="DefaultEnv" serializeAs="String"&gt &ltvalue&gtDEV&lt/value&gt…

蘑菇王子 2024-11-01 19:43:27 0 0

具有嵌套集合的自定义配置部分的正确实现?

在 Web 应用程序中,我希望能够使用如下所示的配置部分定义一些映射: &ltconfiguration&gt &ltconfigSections&gt &ltsectionGroup name="MyCustomer"…

瞎闹 2024-11-01 10:01:56 1 0

动态 ConfigurationSection 是否可以以简单的方式实现?

在 .NET 1.0 中,IConfigurationSectionHandler 提供了一个干净的单一方法接口来实现配置处理程序。 在 .NET 2 中,ConfigurationSection 出现了,它…

┈┾☆殇 2024-10-27 00:38:45 2 0

C# 自定义配置部分

我有一个自定义配置部分: &ltmyServices&gt &ltclient clientAbbrev="ABC"&gt &ltaddressService url="www.somewhere.com" username="abc" password=…

硪扪都還晓 2024-10-19 17:01:39 1 0

使用 .NET 创建可定制的配置

我正在尝试创建一些类似于以下代码片段的类型化配置... &ltlogging application="Global Application Name"&gt &ltdefaultLogger name="default" gene…

妄断弥空 2024-10-19 16:03:35 2 0

与 ConfigurationProperty 属性一起使用时,属性类型的隐式约定是什么?

例如,我想序列化和反序列化一个 System.Version 对象作为我的应用程序自定义配置部分的一部分。我尝试使用以下属性声明来执行此操作: public class …

初见你 2024-10-17 21:22:45 1 0

自定义配置集合 - 无法识别的元素“addService”

MSDN 中关于制作自定义配置部分的示例,其工作方式如下, class RemoteServiceSection : ConfigurationSection { [ConfigurationProperty("remoteServ…

多孤肩上扛 2024-10-17 04:10:44 3 0

需要默认访问器:自定义配置部分

我对一个简单的微软错误消息感到非常困惑。 当我针对包含自定义 ConfigurationSection 的程序集(该程序集又使用自定义 ConfigurationElement 和自定…

诗笺 2024-10-10 09:27:38 4 0

使用 MS Enterprise Library 5.0 创建类型化配置类

我有一个 ASP.Net 4.0 Web 应用程序,我需要为其创建类型化配置类。我的意思如下: class SettingsClass { int count string name decimal amount } …

不爱素颜 2024-09-28 19:21:35 4 0

如何阅读system.webserver配置部分?

有没有什么“好的”方法可以通过使用 WebConfigurationManager 来读取 IIS7 的配置节组? 我尝试读取授权部分,但 WebConfigurationManager.GetSectio…

不交电费瞎发啥光 2024-09-17 17:35:41 1 0

从 web.config 或 app.config 文件中读取设置/部分

我的 web.config 文件中有许多连接字符串。我在同一文件中还有一个“dataConfiguration”设置,它指定我的应用程序连接到的数据库。 如何读取“defaul…

多孤肩上扛 2024-09-09 07:22:59 3 0

无法使用 GetManifestResourceStream() 加载清单资源

我使用 XSD 创建了一个自定义配置部分。为了解析遵循这个新架构的配置文件,我使用以下内容加载资源(我的 .xsd 文件): public partial class Monit…

迷乱花海 2024-09-06 07:12:43 6 0
更多

推荐作者

留蓝

文章 0 评论 0

18790681156

文章 0 评论 0

zach7772

文章 0 评论 0

Wini

文章 0 评论 0

ayeshaaroy

文章 0 评论 0

初雪

文章 0 评论 0

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