gpt4 book ai didi

c# - 在 .NET 后端移动服务的 InsertAsync 期间引发 HttpResponseException

转载 作者:行者123 更新时间:2023-11-30 17:43:50 24 4
gpt4 key购买 nike

首先,我遇到了这个问题,在InsertAsync期间,RequestStatus的值无法从客户端传递到Mobile Service,该值将在null中处理(客户端 - 移动应用程序) enter image description here(服务器 - Azure .NET 后端移动服务) enter image description here其次,我还尝试在调试器中更改其值以进行处理,但仍然抛出 HttpResponseException 。详细错误信息如下:

{"Processing of the HTTP request resulted in an exception. Please see the HTTP response returned by the 'Response' property of this exception for details."}

at Microsoft.WindowsAzure.Mobile.Service.TableController`1.<InsertAsync>d__3.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at System.Runtime.CompilerServices.TaskAwaiter`1.GetResult()
at EasyPark.MobileService.Controllers.RequestController.<PostRequest>d__0.MoveNext() in c:\Users\Chris\Documents\GitHub\EasyPark\EasyPark.MobileService\Controllers\RequestController.cs:line 45

作为额外的内容,这是我在 Fiddler 中捕获的内容

enter image description here

最佳答案

只需删除 Azure 移动服务中的 [DefaultValue("Available")] 注释即可解决该问题。

关于c# - 在 .NET 后端移动服务的 InsertAsync 期间引发 HttpResponseException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30387594/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com