Adding a App.config to a Addin Project
How to access the contents of App.config file in a addin project after adding the key value pair?
These statements are not working Properly.
System.Configuration.ConfigurationSettings.AppSettings[keyname] System.Configuration.ConfigurationSettings.AppSettings.GetValues(keyname);
This is working fine for other projects such as WindowsApplication and WebApplication and throwing error only in Addin Project.
Thanks in Advance,
Aravind

