Adding field to WCF data contract breaks clients?

后端 未结 2 1650
时光取名叫无心
时光取名叫无心 2020-12-14 09:36

I have a WCF service that returns a class that implements IExtensibleDataObject. I need to add a new field to this class. I updated the DataContract interface and made the

2条回答
  •  無奈伤痛
    2020-12-14 10:28

    From your service reference context menu choose... "Update Service Reference"

提交回复
热议问题