wasif farooqui
wasif farooqui

Reputation: 21

Microsoft.WindowsAzure.MobileServices.MobileServiceInvalidOperationException: 'The server did not provide a response with the expected content.'

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

the code where i am reading data from table

using LINQ to get table checking enter data

the above image is where using LINQ to get table checking enter data

enter image description here

the azure sql database table value

the application login page

just after clicking on button login having error

Upvotes: 0

Views: 227

Answers (1)

wasif farooqui
wasif farooqui

Reputation: 21

just add following code

client = new MobileServiceClient(applicationURL, new HttpClientHandler());

for more information enter image description here

Upvotes: 2

Related Questions