what kind of xml file? is it app.config? is it in appSettings? if so, you can still use System.Configuration.ConfigurationSettings.AppSettings["YourSetting.Name"]otherwise, you can always use classes in System.Xml, load the xml based on the executing assembly's path, read the node, get the value,... seehttp://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/vboriintroductiontoapplicationsettingstorage.asp