WCF method called twice

前端 未结 7 988
一个人的身影
一个人的身影 2021-02-02 15:41

I have a web service which is returning data to the desktop application. The problem I am having is, when the web service returns small volume of data everything works fine but

7条回答
  •  逝去的感伤
    2021-02-02 16:46

    I recently had this problem, and it turned out i have forgotten to mark one of the data transfer classes with [DataContract]

提交回复
热议问题