I think Larsson is correct - the built-in methods to access config values assume the file is named ABC.exe.config. If you want to access XYZ.exe.config, you will need to open it via an XmlReader instance and parse it yourself.
Chip H.
If you want to get the best response to a question, please check out FAQ222-2244 first