AppSettings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

There is something fundamental which i donn't get it.
I created a new Win Forms project in dotNet 2.0.
I added Keys and Values to the settings.

When I use ConfigurationManager.AppSettings, it returns empty collection?!
I can get the values through the use of Properties.Settings - Strongly
types.

But how do i get the collection itself?
Why the is empty ConfigurationManager.AppSettings?


Thanks
 
You said that you created Keys and Values. Did you create an appSettings
section?

--
HTH,

Kevin Spencer
Microsoft MVP

Printing Components, Email Components,
FTP Client Classes, Enhanced Data Controls, much more.
DSI PrintManager, Miradyne Component Libraries:
http://www.miradyne.net
 
Back
Top