my.settings default accessing

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • marfi95

    #1

    my.settings default accessing

    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

Working...