Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Problem in convert xml to dataset

Problem in convert xml to dataset

Scheduled Pinned Locked Moved ASP.NET
helpxml
3 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • J Offline
    J Offline
    janani13
    wrote on last edited by
    #1

    Hi all, Im getting the error while converting xml to a dataset.Please help me. Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

    C 1 Reply Last reply
    0
    • J janani13

      Hi all, Im getting the error while converting xml to a dataset.Please help me. Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      I suspect the error means what it says. What have you done to try to correct it ?

      Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

      J 1 Reply Last reply
      0
      • C Christian Graus

        I suspect the error means what it says. What have you done to try to correct it ?

        Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.

        J Offline
        J Offline
        janani13
        wrote on last edited by
        #3

        Im converting xml file to dataset using the following code.

        TextWriter twHistory = new StreamWriter(location + ".xml");
        twHistory.WriteLine(XMLdoc);
        twHistory.Close();
        DataSet dsHistoryXml = new DataSet();
        dsHistoryXml.ReadXml(location + ".xml");

        While reading the xml document the above mentioned error returns. Cannot add a column named 'PerUser': a nested table with the same name already belongs to this DataTable.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups