Since updating to V4.0, my app crashes when I call RequestLocationUpdates LocationManager _locationManager = (LocationManager)turboService.GetSystemService(Context.LocationService); _locationManager.RequestLocationUpdates(LocationManager.GpsProvider, 1000, 100, this); Any ideas?