Reputation: 21
I am having error while having reading table data from sql azure:
Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: 'The server did not provide a response with the expected content.'
Following are some images from where i am calling my database
using LINQ to get table checking enter data
the azure sql database table value
the application login page
just after clicking on button login having error
Upvotes: 0
Views: 227
Reputation: 21
just add following code
client = new MobileServiceClient(applicationURL, new HttpClientHandler());
for more information enter image description here
Upvotes: 2