1

I am trying to access System.Configuration in a console app in the Microsoft Visual Studio. Im a newbie when it comes to microsoft development. I know I need to add a reference. However its not obvious when I click add reference on where I would find the dll. enter image description here

Any guidance would be appreciated

2
  • 1
    have you tried looking in NuGet package manager, it will not be in the projects section,. that is form your own projects Commented Oct 15, 2018 at 19:44
  • I don't know why but you are missing 2 menus in that window Commented Oct 15, 2018 at 19:49

1 Answer 1

2

Add Reference allows you to add a local reference, so a project ion that solution.

you will need to look at NuGet package manager for getting 3rd party or Microsoft libraries. you can find this in the same context menu as the add reference item however it will say, Manage NuGet Packages

Sign up to request clarification or add additional context in comments.

1 Comment

I believe the NuGet package to search for is System.Configuration.ConfigurationManager

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.