Yeah... depending on how you deploy your application, your XML file is not being created for you in the folder your application is deployed to.

Either create/copy the XML file to whatever folder your application runs in, or create an application setting to hold a path to where the file is always located and use that when accessing the file in your application.

Best of luck!