So what's the correct way to reference an included file? In my project I have a config folder and inside of it a config.xml file with some settings in it. The xml file is set to Copy Always to the output directory, and if I unzip the resulting .esriAddIn I can see the folder and the file.
If I try to reference the file as "config/config.xml", I get an error at runtime because VB is looking for the file relative to the ArcGIS bin directory, not the add-in. Is there some way to reference the location in the add-in, especially since it's a zip and might be all in memory?