2015-05-22 33 views
3

首先,我有這個問題,其中RequestStatus的值是無法InsertAsync期間從客戶端傳遞到移動服務,這將在空處理 (客戶端 - 移動應用) enter image description here (服務器 - Azure .NET後端移動服務) enter image description here 其次,我也嘗試在調試器中更改其值以進行處理,但HttpResponseException仍在拋出。詳細的錯誤信息如下: HttpResponseException在.NET後端移動服務InsertAsync期間引發

{"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 

作爲一個額外的,這裏是我陷入提琴手

enter image description here

回答

1

的問題是固定的只是通過移除[默認值(「可用」) ] Azure移動服務中的註釋。

相關問題