Windows Phone Emulator Locations Map Issue
The last few days I have been getting a blank screen when trying to create mock locations in the Windows Phone emulator. After searching I found I wasn’t the only one with various forum threads dedicated to the issue.

Windows Phone emulator showing a blank screen instead of the map.
If anyone else is suffering with this problem, a temp fix has been posted by Microsoft which worked for me.
To work around the problem by adding a Browser Emulation mode entry for XDETools.exe in the registry.
caution: The side-effects of this work-around are unknown. (… I have only done ad-hoc tests to verify it works.)On 64 bit Windows use:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION] “XDETools.exe”=dword:00002328 on 32 bit Windows use:
Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\MAIN\FeatureControl\FEATURE_BROWSER_EMULATION] “XDETools.exe”=dword:00002328 You can either enter the values manually using the registry editor (regedit.exe) or save the content to a text file with the extension “.reg” and import the file into your registry. ex: by double clicking on the file in the file explorer or choosing File -> Import… from the menu inside regedit.exe.
And of course, the standard cautions regarding use or the registry editor apply:
Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the “Restoring the Registry” Help topic in Regedit.exe.WARNING: Using Registry Editor incorrectly can cause serious problems that may require you to reinstall your operating system. Microsoft cannot guarantee that problems resulting from the incorrect use of Registry Editor can be solved. UseRegistry Editor at your own risk. For information about how to edit the registry, view the “Changing Keys and Values” Help topic in Registry Editor (Regedit.exe) or the “Add and Delete Information in the Registry”.