WCF Communication Exception

后端 未结 3 1831
北恋
北恋 2021-01-05 16:01

An error occurred while receiving the HTTP response to http://production/Services/AccountService.svc. This could be due to the service endpoint binding no

3条回答
  •  遥遥无期
    2021-01-05 16:17

    I had that sort of error when I tried to send large data structures over a webservice. The type being marked as [Serializable], it passed compilation of the WCF web service and the corresponding client without problems. I removed that type, and it would answer just fine.

提交回复
热议问题