【问题标题】:Unable to find ConfigurationErrorsException nuget package or assembly .net Core 2.2找不到 ConfigurationErrorsException nuget 包或程序集 .net Core 2.2
【发布时间】:2019-02-24 22:39:17
【问题描述】:

我正在尝试在 .net Core 2.2 应用程序中使用 ConfigurationErrorsException。 我在这里查看了文档:https://docs.microsoft.com/en-us/dotnet/api/system.configuration.configurationerrorsexception?view=netcore-2.2,但我无法确定需要安装哪个 NuGet 包才能使用此类(如果有)。 即使使用完全限定名称 (System.Configuration.ConfigurationErrorsException),我也无法解析类型。

【问题讨论】:

    标签: c# .net-core


    【解决方案1】:

    System.Configuration.ConfigurationManager 我检查了文档中的程序集名称,当我使用它作为搜索键时,我找到了这个 NuGet 包。

    【讨论】:

      猜你喜欢
      • 2018-12-11
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2019-03-29
      • 1970-01-01
      • 2019-07-26
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多