Aran Reddy

Aran Reddy

  • NA
  • 2
  • 2.4k

How to refresh xml file when using XmlTextReader(string url)

Nov 26 2012 4:09 AM
Hi,

Currently I have xml file which holds versions of my application and when the application starts it compares the current version to the latest version stated in the xml file which is hosted on a public url.

The problem I am having is that when reading the xml file it tends to read cached data and does not refresh or reload the url.

Is there anyway I can get around this.

Thanks
Aran Reddy