I have an application that has been ported over the years through multiple development environments and has tens of thousands of customer installs. Currently, I'm trying to port from it Visual Studio 2003 to VS 2008.
My program has historically read a file called <executable name>.config with an application-specific format and use, but now VS 2008 creates a ConfigurationMa nager object that tries to read this same file as an...