An existing connection was forcibly closed by the remote host - WCF

后端 未结 11 701
死守一世寂寞
死守一世寂寞 2020-11-30 04:18

I have a WCF web service that is working fine. However there is one particular call that is failing - but only failing for certain users. The call is pretty simple - it is

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-11-30 05:20

    After pulling my hair out for like 6 hours of this completely useless error, my problem ended up being that my data transfer objects were too complex. Start with uber simple properties like public long Id { get; set;} that's it... nothing fancy.

提交回复
热议问题