Retrieving data from Azure Mobile Services
问题 I am making a Windows 10 app with an Azure backend which I started to integrate and when I try to retrieve data I am getting the most odd error, please see code below: Code in App.xaml.cs // Setting up a client to retrieve data, using localhost just to try it out public static MobileServiceClient DigestsTrackerClient = new MobileServiceClient("http://localhost:28451/"); Code on WeekItem.cs // Method to get data from Mobile Services public static async void GetWeekItems(List<WeekItem> passer)