[RESOLVED] Sharing My.Settings Across Solution not just Project
It must be to close to the weekend, but I thought I read at some time an article of an easy way to have a common settings file for both application and user settings across a solution.
I currently have a Solution that contains 4 projects. Each of these projects need to access the same set of settings and be able to update the user settings. Is there a way to do this utilizing the My.Settings functionality?
Thanks for any insight into this matter.
Re: Sharing My.Settings Across Solution not just Project
unfortunately there isn't... I think the only way to achieve that is to have a public shared class with shared properties that expose the settings you want.
-tg
Re: Sharing My.Settings Across Solution not just Project
Thanks, I thought that might be the case. I guess it was all just in my head the article I read.