Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我收到一个错误,我找不到解决方案。
我有一个桌面应用程序 (c#),它连接到 WCF Web 服务。当我发送一些数据(某个类的 10 项)时,一切正常。但是,当我使用更多数据(可能超过 15 个项目)时,我收到服务器错误 500。为什么会发生这种情况?有大小限制吗?
怎么解决?。
听起来像是绑定中的大小限制。您的绑定有一个最大尺寸。查看此帖子以获取更多信息:
您可以发送到 WCF 服务的数据量是否有大小限制?
您还应该查看您的事件日志——可能有一些有用的信息来追踪问题。