gpt4 book ai didi

c# - 需要默认访问器 : Custom ConfigurationSection

转载 作者:太空宇宙 更新时间:2023-11-03 11:41:38 27 4
gpt4 key购买 nike

我完全被一个简单的 Microsoft 错误消息弄糊涂了。

当我针对包含自定义 ConfigurationSection 的程序集运行 XSD.exe(它又利用自定义 ConfigurationElement 和自定义 ConfigurationElementCollection,以及几个 ConfigurationProperties)时,我收到以下错误消息:

Error: There was an error processing 'Olbert.Entity.Utils.dll'.

  • There was an error reflecting type 'Olbert.Entity.DatabaseConnection'.
  • You must implement a default accessor on System.Configuration.ConfigurationLockCollection because it inherits from ICollection.

然而,有问题的类有一个默认访问器:

public object this[int idx]
{
get { return null; }
set { }
}

我意识到上面没有做任何事情,但我不需要通过索引访问元素的属性。我只是想解决错误消息。

这是怎么回事?

最佳答案

放下一个;在集合访问器中。放 { ;

关于c# - 需要默认访问器 : Custom ConfigurationSection,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4601818/

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