"John Straumann" <(E-Mail Removed)> wrote in
news:E7A03939-8A1C-4600-A7B3-(E-Mail Removed):
> however for some reason I do not seem to be able to access the
> ConfigurationManager class. I added using System.Configuration to the
> code file, but ConfigurationManager does not seem to be there.
>
> Can anyone make a suggestion as to what I am doing wrong and/or offer
> another method for storing some settings?
Add your using statement (Imports in VB) to the top of the file. Either
that or type in ConfigurationManager and then control + period (.) and
choose to add the using/Imports statement.
BTW, you should use the ConfigurationManager in ASP.NET now, as well. The
older style of pulling from the config is deprecated.
Peace and Grace,
Greg
--
Vote for Miranda's Christmas Story
http://tinyurl.com/mirandabelieve
Twitter: @gbworld
Blog:
http://gregorybeamer.spaces.live.com
*******************************************
| Think outside the box! |
*******************************************