I have a class library which I want to call from my .NET application as well as expose via COM and call from for example excel.
This class library needs to get some values from a config file. When referencing from my .NET application I can of course just put the stuff it needs in the app.config. But I can't do this when calling from excel.
Is there a way to override the location for the config file when calling from excel?