User Profile
Collapse
-
Thanks, it worked... -
Error 'The path is too long...' while converting dataset to xmldocument
Hi,
I have a dataset that I am trying to convert to xmldocument.
I get a message: "The path is too long after being fully qualified. Make sure path is less than 260 characters."
My code is very simple:
Dim ds As DataSet
ds = ws.get_POItemsD S("504393") '-- dataset is populated here
Dim xmlDocument As New System.Xml.XmlD ocument
'Converting...
No activity results to display
Show More
Leave a comment: