接口各种报错
1、报跨域问题,第一种:webconfig没有配置跨域方法,百度可以查到,第二种:有可能是接口错误,第三种:配置环境有问题,可能是只更新了webapi.dll,涉及到的数据库的WebAPIDAL.dll没修改,或者涉及其他的dll没修改!!!!
2.查询的数据为空
Object reference not set to an instance of an object.
3.更新时出错
An error occurred while updating the entries. See the inner exception for details.
4.查询时报错(SingleOrDefault:返回序列中满足条件的唯一元素,如果返回多个元素报异常)
Sequence contains more than one element
解决方法:
使用FirstOrDefault:返回序列中的第一个元素,返回的元素空,则返回默认值