Hi,
Using the following code throws exception
this.geolocator = new Geolocator();
currentLocation = await this.geolocator.GetGeopositionAsync();
Exception Thrown is : "Error HRESULT E_FAIL has been returned from a call to a COM component."
Location Capability is already added in Appmanifest.
Tried it on : [Windows 8.1 VS professional 2013]
Any thoughts why this is happening.
Thank You