Anonymous1

Anonymous1


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - XML Serialization
    06/10/2010 - 07:42

    Hello,

    I dint make any changes but I am getting the class which has to be serialized in reference.cs I mean it is autogenerated...
    But now my problem is after deserializing the XML string I am not able to get the values passed from my application...

    Please Help

  • C# Tutorial - XML Serialization
    06/09/2010 - 23:30

    No Its not empty..
    I get an Exception.

    Invalid Operation Exception "There is an error in XML document (2, 2)."

    Inner Exception caught is TaskListDO xmlns='' was not expected."

    I am Trying to Serialize an object in my Web application(Serializing works) and when i try to Deserialize the same string in WebServices it gives the exception..and
    one more Doubt is in reference.cs the class which has to be serialized has to be autogenerated is it..
    if yes its not generated in my reference.cs file

  • C# Tutorial - XML Serialization
    06/09/2010 - 23:13

    No Its not empty..
    I get an Exception.

    Invalid Operation Exception "There is an error in XML document (2, 2)."

    Inner Exception caught is {" was not expected."}