I\'m having a very hard time trying to access a custom configuration section in my config file.
The config file is being read from a .dll that is loaded as a plug-in
In your main applications config file, add the following (where plugins is the folder for your assembly to load from. You can use multiple paths semi-colon separated.
Taken from http://msdn.microsoft.com/en-us/library/823z9h8w%28v=vs.90%29.aspx