I have VB.net windows service and in one of the functions I am using a XML file which is in the same directory of the application.
When I install the service though the service starts it is not finding the xml file. How do I include the XML file in the web service?
If I copy the file to the same folder as the exe and app.config files, it is still not able to find it.