.MessageXMLPath = System.IO.Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().Location)
My output path for the generated XML message files on my development machine is C:\temp. In my AppMain I have set my MessageXmlPath = C:\temp, which is fine for development, but not for deployment.
What's the best way to handle this situation?