G
Guest
Hi,
Is there a way in which we can attach a configuration file for a "Class
Library Project" and access its values dynamically.
I understand that Class Library would generate a .dll and cannot have other
configuration files. But can we add this "App.config" file as a "embedded
resource" and then access it?
I have used "ConfigurationSettings.AppSettings" and "AppSettingsReader",
but i am not able to achieve the result.
Appreciate your help
Is there a way in which we can attach a configuration file for a "Class
Library Project" and access its values dynamically.
I understand that Class Library would generate a .dll and cannot have other
configuration files. But can we add this "App.config" file as a "embedded
resource" and then access it?
I have used "ConfigurationSettings.AppSettings" and "AppSettingsReader",
but i am not able to achieve the result.
Appreciate your help