0
Answer

App.Config reading

Photo of Jason Young

Jason Young

16y
3.6k
1
I am trying to read the app.config of a winform exe from within a DLL that is called by the EXE. I am using the code given below, the variable 'config' is picking up the EXE ok, but how do I access the app config settings from here? I want to retrieve the value 'MyValue'. the variable 'configSection' I am using seems to hold nothing of use. Any ideas?

Answers (0)