TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aran Reddy
NA
2
2.5k
C# reading xml file from url
Jun 11 2014 5:18 AM
Hi,
I am having some difficulty with finding a solution with my client program.
In short it reads an xml file on start up to verify if the data in the local db is up to date by comparing versions.
The problem is that some instances of my program read the cached version of the xml file instead of the updated file.
Current code:
XmlDocument xDoc = new XmlDocument();
xDoc.Load(XmlFileUrl);
Thanks in advance..
Reply
Answers (
0
)
How to split path in c#
Bulk Updation