我尝试使用Visual Studio 2013 Update 2在Windows Phone 8.1应用上添加CommandBar。以下是XAML代码:
<Page
x:Class="App1.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:App1"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d"
Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Page.BottomAppBar>
<CommandBar>
<AppBarButton Icon="Accept" Label="appbarbutton"/>
</CommandBar>
</Page.BottomAppBar>
<Grid>
</Grid>
</Page>
<CommandBar>...</CommandBar>
标记有蓝色波浪线,并出现以下错误:
错误1找不到与此错误代码关联的文本。
无法分配属性&#39; Windows.UI.Xaml.FrameworkElement.MinHeight&#39;。 [行:6位置:9]
如何解决此错误?我对Windows Phone和C#相对较新,仅在上周启动。任何帮助将不胜感激!
谢谢,
贝
答案 0 :(得分:0)
对于遇到相同问题的Visual Studio Express 2013 Update 2,通过将Visual Studio 2013更新为Update 3 RC可以解决此错误。