Hi All,
I am somewhat familiar with using configuration in .NET, but I am a little bit confused about something. You create an App.Config file to go with your exe, and any dlls you create use the same configuration file.
So how do you access the config in the configuration file from within your DLL? If you create a settings.settings inside the DLL project in Visual Studio it ends up blank with no settings in it.
Thanks.