How to read xml file contains <serialization SerializationRoot="SmsTntBusinessProcessObject">

Unanswered How to read xml file contains <serialization SerializationRoot="SmsTntBusinessProcessObject">

  • Tuesday, January 15, 2013 3:16 PM
     
     

    I am vb.net developer and need to read nasty xml file stated with

    <serialization SerializationRoot="SmsTntBusinessProcessObject">
     <extensions>
     <SmsTntXmlSerializerGUIExtension>

    and so on

    I tied to Deserialize using XmlSerializer but it did not work. I used to work with xml files, but never seen files like that. Does somebody know where I have to start? Any help/hint will be very appropriated  



    Lev

All Replies

  • Thursday, January 17, 2013 12:16 PM
     
     

    have you used XDocument?

    and what is the error?


    By Sanz. -- If you find this post helpful then please "Vote as Helpful" and "Mark As Answer".