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

后端 未结 11 704
死守一世寂寞
死守一世寂寞 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:21

    In my case it was also with serialization. I need to add [KnownType(typeof(...)] for all the classes that could appear in the serialization.

提交回复
热议问题