执行手机时发生异常:PhoneApplicationPage.ApplicationBar

时间:2014-01-21 06:58:18

标签: c# xaml windows-phone-8

我的所有xaml页面都运行正常但是当我把它放在代码下面时它会出错

<phone:PhoneApplicationPage.ApplicationBar>
    <shell:ApplicationBar IsVisible="True">
        <shell:ApplicationBarIconButton 
            IconUri="/Assets/AppBar/back.png" Text="Previous Point"
               Click="prevPointButton_Click"      />
        <shell:ApplicationBarIconButton 
            IconUri="/Assets/AppBar/minus.png" Text="Zoom In"
                Click="mapZoomMinus"      />
        <shell:ApplicationBarIconButton 
            IconUri="/Toolkit.Content/ApplicationBar.Add.png" Text="Zoom Out"
                 Click="mapZoomPlus"     />
        <shell:ApplicationBarIconButton 
            IconUri="/Assets/AppBar/next.png" Text="Next Point" Click="nextPointButton_Click"
                     />

    </shell:ApplicationBar>

</phone:PhoneApplicationPage.ApplicationBar>-->

它没有给出异常细节,但这只是

System.Windows.ni.dll中出现'System.Windows.Markup.XamlParseException'类型的第一次机会异常

如果存在此异常的处理程序,则可以安全地继续该程序。

1 个答案:

答案 0 :(得分:0)

我想您忘记在最后删除 - &gt;