我有一个简单的XAML脚本,里面有一个map对象,不会出现任何问题。然而,在调试应用程序时,我收到了一个XAMLParseException。我根据需要添加了xmlns声明,无法理解抛出异常的原因。
这是我的代码:
<Grid x:Name="ContentPanel" Grid.Row="1" Margin="12,0,12,0">
<maps:Map />
</Grid>
异常细节:
System.Windows.Markup.XamlParseException occurred
HResult=-2146233087
Message=Cannot create instance of type 'Microsoft.Phone.Maps.Controls.Map' [Line: 34 Position: 28]
Source=System.Windows
LineNumber=34
LinePosition=28
InnerException: System.UnauthorizedAccessException
HResult=-2147024891
Message=Access to Maps requires ID_CAP_MAP to be defined in the manifest
Source=Microsoft.Phone.Maps
InnerException: