LocationApi.dll having issue while trying to fetch location.
-
I used following link:- ILocation::GetReportStatus | Microsoft Docs[^][^] Got code for Geolocation:- at line :-
CoCreateInstance(CLSID_Location, NULL, CLSCTX_INPROC, IID_PPV_ARGS(&pLocation));
I am getting handle = S_OK & showing message "Type information not available in locationApi.dll symbols." Please help if any idea. Thanks in advance.
-
I used following link:- ILocation::GetReportStatus | Microsoft Docs[^][^] Got code for Geolocation:- at line :-
CoCreateInstance(CLSID_Location, NULL, CLSCTX_INPROC, IID_PPV_ARGS(&pLocation));
I am getting handle = S_OK & showing message "Type information not available in locationApi.dll symbols." Please help if any idea. Thanks in advance.
-
No, It was not running. I even checked in VS 2015. When it fails, it is not able to get lat., long., etc.Nothing is coming.
-
It is impossible to guess what is happening. You will need to use your debugger to gather more information.