A
AA2e72E
With
using System.Configuration
why is ConfigurationManager.AppSettings["my"]
generate an error?
Why does the error resolve itself when, in addition to the using directive,
I add a reference to System.Configuration?
Questions:
1. I understood that the using directive made the assembly available: when
does it not do so?
2. What does Add Reference do (beyond using)?
Thanks for any explanations.
using System.Configuration
why is ConfigurationManager.AppSettings["my"]
generate an error?
Why does the error resolve itself when, in addition to the using directive,
I add a reference to System.Configuration?
Questions:
1. I understood that the using directive made the assembly available: when
does it not do so?
2. What does Add Reference do (beyond using)?
Thanks for any explanations.