-1

I can't see the App.config type under Add new Item option. Please see the below screenshot. I am using VS 2017 Community version.

enter image description here

Update

My question was a different than the marked duplicate.

I have found the answer myself. The answer is : In Visual Studio Installer, I have added ".Net Desktop development" under Workloads which was not added earlier. See the latest screenshot for the same.

enter image description here

halfer
  • 19,824
  • 17
  • 99
  • 186
Srinivas
  • 1
  • 2
  • 2
    Note that we prefer succinct and descriptive titles here - remember questions are meant to help readers in the future. Please-help-me chat does not need to be added anywhere in a question, but especially not in a title. – halfer Feb 15 '18 at 12:00
  • Crowcoder , This is nowhere duplicated. my question was a different than what you have replied. Anyway I have found the answer myself. The answer is : – Srinivas Feb 16 '18 at 08:23
  • You need to ping via a handle e.g. @Crowcoder. – halfer Feb 16 '18 at 08:43

3 Answers3

1

Right click on Project, click on settings, add an empty setting, there you have.

Nekeniehl
  • 1,633
  • 18
  • 35
0

You wont find an app.config unless you create a certain project type such as a web application or a class library (I believe). This is a auto generated file.

-1

Here is your application config with name: packages.config.

appconfig