I'm developing an application using MS Visual C# 2008 Express that uses the ClickOnce deployment functionality. I publish the application to a a server where users can download it.
Upon running the application, it throws a file not found exception - it cannot find the XML file that the application pulls data from (Instructions.xml).
When I go to the server and into the Application Files folder, I see .deploy files. One of them is for Instructions.xml.deploy.
Any ideas on why Instructions.xml is not being included in the user's download?
Of course, if I manually copy Instructions.xml to my personal copy of the program, the program works fine. But the publishing process is supposed to (via Instructions.xml.deploy?) copy / deploy this file automatically.