I am using a third party schema to generate a library. Some of the elements are extensible (AnyElement). I can use the generated library ToXml method to create XML no problem, but when I used the FromXml method to parse the same XML string, I got this following error:
ElementInfoAllAbsClsOptAttribute.ElementFromXml, has not been implemented fully, contact our support team.
I also tried to step into the generated code, but it didn't give any clues what causing this problem.
Any help is greatly appreciated.