I have updated my XML file and save it in App directory Now i want to Add this updated XML file from App directory to my App solution Asset folder when my App is running can i do this
You should not have your app writing anything into your VS solution. Once you've updated the XML file, save it where your app can access it. There's no point in putting in the solution folder because it wouldn't get used until you do another build.
Answers
You should not have your app writing anything into your VS solution. Once you've updated the XML file, save it where your app can access it. There's no point in putting in the solution folder because it wouldn't get used until you do another build.