M
Mike
Hi! I copied app.config file from my WinForm application that works fine. I
renamed the file as myAddIn.dll.config and placed it in every folder where
the setup installs myAddIn.dll. Now I am trying to read the settings and
constantly getting Null like the config file is not red at all.
ConfigurationSettings.AppSettings
string configFileURL =
(string)ConfigurationSettings.AppSettings["CONFIGFILEURL"];
The code above works fine in my desktop application but does not work in
Excel add-in.
Please help.
Thank you in advance,
--Mike
renamed the file as myAddIn.dll.config and placed it in every folder where
the setup installs myAddIn.dll. Now I am trying to read the settings and
constantly getting Null like the config file is not red at all.
ConfigurationSettings.AppSettings
string configFileURL =
(string)ConfigurationSettings.AppSettings["CONFIGFILEURL"];
The code above works fine in my desktop application but does not work in
Excel add-in.
Please help.
Thank you in advance,
--Mike