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

后端 未结 3 356
误落风尘
误落风尘 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:57

    I had the same issue with the Properties/Settings.Settings.

    1. right click on Settings.Settings
    2. choose "Open with"
    3. Select "Settings Designer"
    4. click "set as default"

    https://developercommunity.visualstudio.com/content/problem/962124/propertiessettings-editor-view-missing.html

提交回复
热议问题