System.Configuration Reference missing in Visual Studio 2019

John Couch 181 Reputation points
2021-06-16T17:06:43.013+00:00

I am trying to add a reference to System.Configuration to make use of the Configuration Manager in Visual Studio 2019 but its not there. I tried browsing to it, but can't find it.

Visual Studio
Visual Studio
A family of Microsoft suites of integrated development tools for building applications for Windows, the web and mobile devices.
4,578 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Viorel 111.8K Reputation points
    2021-06-16T18:20:45.47+00:00

    I think that System.Configuration.ConfigurationManager is available in this case. To add more types and packages, use “Manage NuGet Packages…” window. Search for “System.Configuration” in Browse tab.

    4 people found this answer helpful.