Code to read & write in XML

Posted by user2954088 on Stack Overflow See other posts from Stack Overflow or by user2954088
Published on 2013-11-04T21:10:11Z Indexed on 2013/11/04 21:53 UTC
Read the original article Hit count: 355

Filed under:
|
|
|

I am trying to write code to read and write the XML but I am facing some errors, Could please someone provide the sample code to read XML in grid and can update/insert data from grid which will be saved in following sample xml file.

Sample XML file:

I am facing the below exception: The assembly with display name '...XmlSerializers' failed to load in the 'LoadFrom' binding context of the AppDomain with ID 1. The cause of the failure was: System.IO.FileNotFoundException: Could not load file or assembly '.....XmlSerializers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies. The system cannot find the file specified.

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET