Refresh resources in Windows Phone 7 app

Posted by Eugene on Programmers See other posts from Programmers or by Eugene
Published on 2012-04-14T13:47:38Z Indexed on 2012/04/14 17:41 UTC
Read the original article Hit count: 326

Filed under:

I have a Windows Phone app that relies on an XML data file that comes packaged with the app. In the next version of my app, the XML file will be updated, how do I update the data file once per app update?

I thought I could change the file name in the isolated storage, but that would leave trash behind. I could also check for exceptions when I load the XML file, but are there any other, more elegant ways?

© Programmers or respective owner

Related posts about windows-phone-7