I am working a small project using WCF, after finishing GetProduct () and GetPerson () methods (both method return a Result object), I test it out and found out that the GetProduct () person work fine, but the GetPerson () doesn't work. This is the error: "No corresponding start element is open". After a few hours of headache trying to figure out why, I decided to start over. This time, both ...