HttpResponseMessage response =
client.GetAsync("api/MOB_Vw_UsersAPI/GetMOB_Vw_Users?Uname=" +
uname + "&Pass=" + pass).Result;
When I run this part of code on Windows Phone emulator things going well and it works fine. However, when I run it on an Android emulator it gives me this strange error:
System.AggregateException one or more errors occurred.