Share via

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.

Developer technologies | Visual Studio | Other
Developer technologies | Visual Studio | Other

A family of Microsoft suites of integrated development tools for building applications for Windows, the web, mobile devices and many other platforms. Miscellaneous topics that do not fit into specific categories.


1 answer

Sort by: Most helpful
  1. Viorel 126.9K 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.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.