首页 新闻 会员 周边

在点开Xaml文件时,visualstudio会自动重启,不知为什么

0
悬赏园豆:50 [已关闭问题] 关闭于 2011-09-02 16:37

代码如下: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>

       

geidianmianzi的主页 geidianmianzi | 菜鸟二级 | 园豆:205
提问于:2011-08-31 11:30
< >
分享
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册