|
-
Oct 9th, 2009, 02:30 PM
#1
Thread Starter
New Member
[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.
-
Oct 9th, 2009, 03:07 PM
#2
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
-
Oct 12th, 2009, 07:09 AM
#3
Thread Starter
New Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|