Other than using raw XML, is there an easy way in .NET to open and read a config file belonging to another assembly...? I don\'t need to write to it, just grab a couple of
Have you tried ConfigurationManager and OpenExeConfiguration(path)? (in System.Configuration.dll)