我正在尝试使用Azure Field Engineer应用程序在我公司的表单上进行开发。我无法从Visual Studio开始。我试图在应用程序中获取所有Azure设置,但我遗漏了一些东西,我不知道在哪里。我收到以下错误。
{
Method: GET,
RequestUri: 'http://localhost:58972/tables/Job?$skip=0&$top=50&__includeDeleted=true&__systemproperties=__version%2C__deleted&$expand=equipments,customer,JobHistories',
Version: 1.1,
Content: <null>,
Headers: {
X-ZUMO-FEATURES: QS,OL
X-ZUMO-INSTALLATION-ID: b80fd36f-2574-4023-9630-a88edc3a6512
Accept: application/json
User-Agent: ZUMO/1.3 User-Agent: (lang=Managed; os=Windows Store; os_version=--; arch=X86; version=1.3.30130.0)
X-ZUMO-VERSION: ZUMO/1.3 (lang=Managed; os=Windows Store; os_version=--; arch=X86; version=1.3.30130.0)
}
}
at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.d__18.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.d__1d.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter
1.GetResult() at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient.<RequestAsync>d__4.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() 在Microsoft.WindowsAzure.MobileServices.MobileServiceTable.d__f.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at Microsoft.WindowsAzure.MobileServices.MobileServiceTable.<ReadAsync>d__7.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() 在Microsoft.WindowsAzure.MobileServices.Sync.PullAction.d__0.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在Microsoft.WindowsAzure.MobileServices.Sync.TableAction.d__0.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncContext.d__3b.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在Microsoft.WindowsAzure.MobileServices.Sync.MobileServiceSyncContext.d__27.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.GetResult() 在AzureMobile.Samples.FieldEngineer.DataModels.JobDataSource.d__2.MoveNext() ---从抛出异常的先前位置开始的堆栈跟踪结束--- 在System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(任务任务) 在System.Runtime.CompilerServices.TaskAwaiter1.GetResult() at AzureMobile.Samples.FieldEngineer.DataModels.JobDataSource.<GetAllJobs>d__30.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() 在AzureMobile.Samples.FieldEngineer.JobListPage.d__9.MoveNext()
我无法按照以下网站上的方向作为FieldEngineer与Azure一起使用,因为它已经被采用,因此我使用服务设置我自己的应用程序,如Field-Staff。有关如何让这个应用程序在Visual Studio中运行的任何建议/指示?
答案 0 :(得分:0)
由于微软结束移动服务而放弃了项目。
项目在Apps Services上重新启动为Xamarin Android。
的通知