Sign In
Stan's WWWeblog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Blog Home
Email Blog Author
Share this
RSS for posts
Atom
RSS for comments
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
May 2007
(1)
April 2007
(1)
March 2007
(2)
September 2006
(1)
June 2006
(1)
November 2005
(2)
October 2005
(3)
September 2005
(6)
August 2005
(5)
July 2005
(5)
June 2005
(5)
May 2005
(7)
April 2005
(8)
March 2005
(4)
February 2005
(7)
January 2005
(4)
December 2004
(1)
System.XmlDocument.Load question
MSDN Blogs
>
Stan's WWWeblog
>
System.XmlDocument.Load question
System.XmlDocument.Load question
stjone
14 Nov 2005 7:07 PM
Comments
1
I'm hoping someone out there can shed some light on this for me...I've been using System.XmlDocument.Load(string filename) to open some Infopath docs and read some of the elements in there and get data that I need. The format of the string name is UNC and I've had no problems with this before. Now after upgrading to .NET Framework 2, I'm getting a 'System.IO.IOException: The network path was not found' error. Unfortunately I don't have physical access to the server but I'm pretty sure that nothing has change on that side of things. I'm able to open the files and browse the share where they are stored through Windows with no problem. Within my code I'm even able to use System.IO.File and System.IO.Directory to get the file names and access their properties, I just can't open them consistently with System.XmlDocument.Load (the problem comes and goes which it makes it even more annoying.) Anyone out there seen this before? I've tried sending streams instead of string file names and I'm still having trouble.
1 Comments
Blog - Comment List MSDN TechNet
Comments
Loading...
Leave a Comment
Name
Comment
Please add 2 and 4 and type the answer here:
Post