I would like to override the use of the standard app.config by passing a command line parameter. How do I change the default application configuration file so that when I a
I needed to do this for an app of mine as well, and dealing with the standard config objects turned into such a freakin' hassle for such a simple concept that I went this route:
then I can pass in whatever config filename I need on the command line and if one isn't there - just load app.config into the DataSet.
Jeezus it was sooo much simpler after that. :-)
Ron