Я прохожу курс Udemy Xamarin и настроил веб-приложение для использования с моим приложением Xamarin Classi c (НЕ Xamarin.Forms). Однако после помещения кода в мой проект и попытки вставить данные в базу данных я получаю эту ошибку (регистрируется из Visual Studio с использованием журнала try / catch и консоли:
05-06 22:49:26.768 I/mono-stdout( 2932): ERROR: SOMETHING WENT WRONG WITH THE AZURE CONNECTIONERROR: SOMETHING WENT WRONG WITH THE AZURE CONNECTION
05-06 22:49:26.771 I/mono-stdout( 2932): -------------------------------------------------------
-------------------------------------------------------
Exception message: The request could not be completed. (Internal Server Error)05-06 22:49:26.772 I/mono-stdout( 2932): Exception message: The request could not be completed. (Internal Server Error)
Stack Trace: at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient+<ThrowInvalidResponse>d__24.MoveNext () [0x001ec] in <42e24ce875d34485ad11c4f8aebb904a>:0 05-06 22:49:26.784 I/mono-stdout( 2932): Stack Trace: at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient+<ThrowInvalidResponse>d__24.MoveNext () [0x001ec] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient+<SendRequestAsync>d__26.MoveNext () [0x000fc] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceHttpClient+<RequestAsync>d__18.MoveNext () [0x000fa] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceTable+<>c__DisplayClass23_0+<<InsertAsync>b__0>d.MoveNext () [0x000d6] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceTable+<TransformHttpException>d__43.MoveNext () [0x000bb] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microso
ft.WindowsAzure.MobileServices.MobileServiceTable+<InsertAsync>d__23.MoveNext () [0x00132] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceTable`1+<TransformHttpException>d__31[T].MoveNext () [0x000a0] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceTable`1+<InsertAsync>d__6[T].MoveNext () [0x000f9] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at Microsoft.WindowsAzure.MobileServices.MobileServiceTable`1+<InsertAsync>d__5[T].MoveNext () [0x00067] in <42e24ce875d34485ad11c4f8aebb904a>:0
--- End of stack trace from previous location where exception was thrown ---
at DeliveryApp.Droid.RegoActivity+<RegoButton_Click>d__5.MoveNext () [0x000bc] in C:\Users\micha\Documents\Visual Studio 2017\05-06 22:49:26.785 I/mono-stdout( 2932): --- End of stack trace from previous location where exception was thrown ---
Projects\DeliveryApp\Droid\RegoActivity.cs:48
END OF ERROR REPORTING
Я создал другой метод для чтения данные из базы данных, но он не прошел с той же ошибкой.
Любая помощь здесь будет хорошей. Заранее спасибо.