代码如下:10到12行,14行,15行,只要包含其中的任意一部分,错误就会出现
1 xmlns:ViewModel="clr-namespace:PhoneAppMVVM.ViewModel"
2 xmlns:Model="clr-namespace:PhoneAppMVVM.Model"
3 mc:Ignorable="d" d:DesignWidth="480" d:DesignHeight="800"
4 FontFamily="{StaticResource PhoneFontFamilyNormal}"
5 FontSize="{StaticResource PhoneFontSizeNormal}"
6 Foreground="{StaticResource PhoneForegroundBrush}"
7 SupportedOrientations="Portrait" Orientation="Portrait"
8 shell:SystemTray.IsVisible="False">
9 <!--LayoutRoot contains the root grid where all other page content is placed-->
10 <phone:PhoneApplicationPage.DataContext>
11 <ViewModel:FeinnoViewModel/>
12 </phone:PhoneApplicationPage.DataContext>
13 <phone:PhoneApplicationPage.Resources>
14 <ViewModel:FeinnoViewModel x:Key="vm"/>
15 <Model:PhoneContactInfo x:Key="p"/>
16 </phone:PhoneApplicationPage.Resources>