c# read write xml

  1. M

    XML serialisaton. Error: XmlException: Root element is missing.

    Hi all. I am making a game like minecraft. I need to keep the world when the player exits the game. Chunk (it is a place 16 by 16 blocks) and world contain a lot datas, that don't serialize can. so i have created classes WorldData and ChunkData, that contain only serializable varibles. But i...
  2. B

    save the modified data?

    Hi all, I'm currently building my first application in C# and I hit a wall at the final step of the application. Let me start by explaining the goal of the application. This is a simple application that I'm building to read and edit an XML file. I have created a form with two buttons and four...
Back
Top Bottom