I have two executable projects in my Solution. One is the primary program, and the other is only ran after a successful installation. The primary program (REase) has an app.config file that has the connectionString that the other program needs (DBUpdater).
How can DBUpdate access the app.config for REase?
You could use the method
OpenMappedExeConfigurationif the app.config file name for REase is known by DBUpdater.