Posts

Showing posts with the label wcf

WCF ServiceModel exception when calling Open()

WCF ServiceModel exception when calling Open() I am debugging a legacy WFC project. I am getting the following errors when the Open() method of the ServiceModel class is called for one of the services: System.Xml.XmlException: 'Name cannot begin with the '1' character, hexadecimal value 0x31. And 'Name cannot begin with the '2' character, hexadecimal value 0x32.' The curious thing is that this happens only on my PC, and not on others. Is there any way I could debug this issue to identify what is causing the conflict on my machine? Thanks! By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.