By StarkMike - 2/14/2007
I'm using the Settings tab in the project properties and I was wondering if there was a way to save and load multiple versions of the settings?
For instance... lets say I have two locations... location 1 and location 2. Location 1 the values to the properties will be different for location 2 but they both pertain to the same user.
Is there any type of built in functionality that allows me to do this or would you have an alternate solution?
Thanks
|
By Trent L. Taylor - 2/15/2007
At the moment this is saved on a per solution basis. You could create a second solution with the same projects inside of it to have to two different solution settings. This would be the only way at the moment.
|
By StarkMike - 2/15/2007
Thanks for your input. I decided the easiest way would be to create a table to store my defaults then I created a BO and use that to apply the default settings to My.Settings, then that way they could tweak the defaults and when they save their settings it would be using My.Settings.Thanks.
|