All,
Curious why, in order to access my settings, I have to use the
'default' method when retrieving.
Example:
dim x as string = my.settings.def ault.dbname 'works
dim x as string = my.settings.dbn ame 'doesn't work
None of the examples I've seen use 'default' when retrieving the
value. Do I need to change something to get this to work ?
Mark
Curious why, in order to access my settings, I have to use the
'default' method when retrieving.
Example:
dim x as string = my.settings.def ault.dbname 'works
dim x as string = my.settings.dbn ame 'doesn't work
None of the examples I've seen use 'default' when retrieving the
value. Do I need to change something to get this to work ?
Mark