I deleted the variable that I added, nothing else, so the Settings is empty.
error CS1061: 'Settings' does not contain a definition for
error CS1061: 'Settings' does not contain a definition for 'WindowTop'
Windows C# XAML application has been working fine.
Been using the App Defaults.
I tried adding one variable (the first) to Project Proprieties Settings
and broke the application.
Compiling of "UserPreferences.cs" which I think is automatically generated and I've not modified ..
gives errors like
UserPreferences.cs(119,54,119,63): error CS1061: 'Settings' does not contain a definition for 'WindowTop'
UserPreferences.cs(120,55,120,65): error CS1061: 'Settings' does not contain a definition for 'WindowLeft'
I tried deleting my new variable but it still fails
thanks