How do I solve this error, “error while trying to deserialize parameter”

后端 未结 8 1850
轻奢々
轻奢々 2020-12-09 02:50

I have a web service that is working fine in one environment but not in another.

The web service gets document meta data from SharePoint, it running on a server wher

8条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-09 03:26

    Make sure that the table you are returning has a schema. If not, then create a default schema (i.e. add a column in that table).

提交回复
热议问题