Properties.Settings.Default is not working (saying that it does not exist in the current namespace )
So basically what I wanted to do is grab variables from .settings file in my app, but it does not work because it says Settings does not exist.
I am using dotnet core 7.
Is that because it does not exist in dotnet core?
Yea I know there is a workaround and I could do everything in a text file but I would prefer it this way.
4 Replies
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
tag says winforms
i thought this was a net fx thing
Unknown User•2y ago
Message Not Public
Sign In & Join Server To View
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.