我有一个返回 JSON 的 WCF 服务。
从今天早上开始,我开始收到以下错误:
DateTime values that are greater than DateTime.MaxValue or smaller than DateTime.MinValue when converted to UTC cannot be serialized to JSON
只是为了测试,我将今天的日期传递给使用 JSON 返回的所有 DateTime 变量,但我仍然得到相同的错误。
该代码大约有 2k 行,所以我认为在这里发布它没有任何价值。
知道如何解决吗?