gpt4 book ai didi

.net - 未处理的异常:System.Configuration.ConfigurationErrorsException:无法识别的元素“服务”。嵌套ConfigurationElementCollection

转载 作者:行者123 更新时间:2023-12-01 16:16:09 26 4
gpt4 key购买 nike

我在App.Config中有以下configSection。

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<configSections>
<section name="servicesConfig" type="Admin.Config.ServicesConfig, TestConsole"/>
</configSections>
<servicesConfig>
<serviceGroups>
<services group="group1">
<add name="Service1" host="localhost"/>
<add name="Service2" host="localhost"/>
</services>
<services group="groups">
<add name="Service1" host="localhost"/>
<add name="Service2" host="localhost"/>
</services>
</serviceGroups>
</servicesConfig>
</configuration>

这已映射到C#中的以下类

http://pastie.org/1538533

我收到以下错误

未处理的异常:System.Configuration.ConfigurationErrorsException:无法识别的元素“服务”。

最佳答案

public class Service : ConfigurationElement

将Service更改为 services

关于.net - 未处理的异常:System.Configuration.ConfigurationErrorsException:无法识别的元素“服务”。嵌套ConfigurationElementCollection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2119289/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com