I am working on the VSTO 2010 excel addin. On one of the dev machine i install the addin (which already has some addin installed).
I observed that it was not able to read the configuration file(). This happens because addin was trying to search the configuration file in the directory where Excel.exe is located.
On placing the configuration file (renamed it to Excel.exe.config) in same directory as Excel.exe, it worked fine.
May be it is loading in the same application domain as excel. But how to resolve this issue?
Please reply,
Thanks & regards, Diptesh.