Deserialization Error: The XML element 'name' from namespace '' is already present in the current scope

前端 未结 9 1190
旧巷少年郎
旧巷少年郎 2020-12-18 07:43

This is my first time using XML Serialization and this is driving me absolutely nuts after 2 days of trying to troubleshoot this.

I get this error w

9条回答
  •  时光取名叫无心
    2020-12-18 08:20

    The Xml that would work for your current code is something like this:

    
    
       
          
              ....
    

    A response, which has an array of Albums, where each Album has a response which is an Array of Albums...etc.

    Anyway, I already helped you in your other question, and even went to the trouble of creating a full working code sample. Why did you create another question for the same problem ?

提交回复
热议问题