Normally when you have a application configuration file in your application and your application is expected to read from it.
Is it good to check initially at start up if this file exists and raise an error and not to proceed at all ? (Worse case senarios)
Or leave it to the unhandled exception manager to handle it and shut down the application? (WPF/Winforms etc)
Please advice?