Where has my Settings Editor gone in my Project Properties Menu?

后端 未结 3 349
误落风尘
误落风尘 2021-01-17 01:03

I\'m trying place a DB connection string in an app config file for my C# console project in VS Community 2019 so I can access the string from a central location. I had to cr

3条回答
  •  时光说笑
    2021-01-17 01:56

    I test the code with your App.config, and it can get the connection string. Also, I recommend using appSettings instead of customSettings.

    As to Settings, it can be found in Visual Studio Enterprise 2019.

提交回复
热议问题