“类型FileConfigurationSource不包含ConfigurationElementTypeAttribute。”

时间:2018-07-06 21:48:28

标签: c# .net app-config

我要引用的配置文件中包含以下XML:

  <enterpriseLibrary.ConfigurationSource selectedSource="">
    <sources>
      <add name="AMPS SAV Application" type="Microsoft.Practices.EnterpriseLibrary.Common.Configuration.FileConfigurationSource, Microsoft.Practices.EnterpriseLibrary.Common, Version=6.0.0.0, Culture=neutral, PublicKeyToken=XXXXXXXXXXXXXXX" filePath="C:\Trusted\Source Code\AMPS\Planning\SAV\Mainline-xdev\Apps\SavFvwEditor\bin\Debug\app.config" />
    </sources>
  </enterpriseLibrary.ConfigurationSource>

我收到错误:

  

“ System.Configuration.ConfigurationErrorsException:'类型FileConfigurationSource不包含ConfigurationElementTypeAttribute。'”

当我尝试从该文件读取时。

我不太确定那是什么意思。这是否意味着我的代码缺少ConfigurationElementTypeAttribute,并且需要一个?还是意味着它具有ConfigurationElementTypeAttribute,并且不应该?有什么明显的方法可以解决此问题?

0 个答案:

没有答案