WPF C# XML file added as resource
问题 I'm using an XML file added into my project with following properties : Build Action : Resource Copy to output directory : Copy Always Then when the executable is running, I need the users to be able to edit the XML (add, remove and modify nodes). Is it possible ? Or do I need to change the Build Action to Content ? Thanks edit : i've removed it and added again as Content. But now I have another issue : When I add it to the project, it looks for it in the app root directory (WpfApplication1