XamlParseException when using Map Control in Windows Phone 8

When using the Map Control, you might receive the following error

“A first chance exception of type ‘System.Windows.Markup.XamlParseException’ occurred in System.Windows.ni.dll”

XamlParseException when using Map Control in Windows Phone 8

When you observe the exception in detail, you will notice more information like

{System.UnauthorizedAccessException} and the message states that “Cannot create instance of type ‘Microsoft.Phone.Maps.Controls.Map’ [Line: 52 Position: 138]”.

XamlParseException when using Map Control in Windows Phone 8

What is the reason for the XamlParseException when using MapControl in Windows Phone 8?

Well, the answer is simple. This is an unauthorized access exception. Make sure that the capabilities required for the Maps like “MAPS” and “LOCATION” to avoid this error.

XamlParseException when using Map Control in Windows Phone 8

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this post, you will learn about sync provider notifications in Windows 11 and how to disable or enable it...
In this tutorial, let’s learn how to enable or disable the startup sound in Windows 11. By default, when Windows...
The CameraCaptureTask allows the Windows Phone 7 App to launch the Camera Application . This will be useful when the...