M
Monty
[VS2005, VB.Net, ASP.Net, XP SP2]
Hello, I have a class that exposes several values like so:
Public Shared ConnString As String
The class, originally enough, is named "Settings". If I interrogate a value
of this object in the immediate window, I get the following exchange:
?Settings.ConnString
'ConnString' is not a member of 'MySettings'.
I'm not sure why it thinks I'm trying to access "MySettings". Also, when
typing the first line (above) into the immediate window, I get the correct
intellisense for my settings object. So what's the deal with "MySettings"?
TIA.
Hello, I have a class that exposes several values like so:
Public Shared ConnString As String
The class, originally enough, is named "Settings". If I interrogate a value
of this object in the immediate window, I get the following exchange:
?Settings.ConnString
'ConnString' is not a member of 'MySettings'.
I'm not sure why it thinks I'm trying to access "MySettings". Also, when
typing the first line (above) into the immediate window, I get the correct
intellisense for my settings object. So what's the deal with "MySettings"?
TIA.