Sign in
Join
.NET
About
Learn
Architecture
Docs
Downloads
Community
ASP.NET Forums
/
Advanced ASP.NET
/
WCF, ASMX and other Web Services
/
Path too long exception System.IO.PathTooLongException:
/
Re: Path too long exception System.IO.PathTooLongException:
View Complete Thread
Shortcuts
Active Threads
Unanswered Threads
Unresolved Threads
Support Options
Advanced Search
Reply
tomasr
Member
30 Points
851 Posts
Re: Path too long exception System.IO.PathTooLongException:
Aug 26, 2004 09:11 PM
|
tomasr
|
LINK
Your code is incorrect. You should be doing: xmldocu.LoadXml(dset.GetXml()); Notice the use of LoadXml(), not Load(). Load is interpreting your xml code as a file name, and barfing at that.
Tomas Restrepo [MVP]
tomasr@mvps.org
Member
30 Points
851 Posts
Re: Path too long exception System.IO.PathTooLongException:
Aug 26, 2004 09:11 PM|tomasr|LINK
tomasr@mvps.org