I am running the insurance agency code sample from Microsoft.It is a .Net backend mobile service.
http://code.msdn.microsoft.com/windowsapps/Azure-Mobile-Service-678a5855
It is all up and running fine, but when I have tried to add a new field to the service and I can't get it to work. What I have done is add the new field into the ClaimDTO.cs file and the claim.cs file and re published the service. I have also added the new field into the database. When I send any sort of request for data to the mobile service I now get an internal server error.
I am probably missing something obvious so if anyone can point me in the right direction that would be much appreciated.