WPF ListView 使用错误
<Windowx:Class="MySecodeWPF.MainWindow"xmlns="http://schemas.microsoft.com/winfx/2006...
<Window x:Class="MySecodeWPF.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="300" Width="300">
<StackPanel Background="LightBlue">
<ListView x:Name="listViewStudents" Height="200">
<ListView.View>
<GridView>
<GridView.Columns>
<GridViewColumn Width="60" Header="Id" DisplayMemberBinding="{Binding Id}"/>
<GridViewColumn Width="60" Header="Name" DisplayMemberBinding="{Binding Name}"/>
<GridViewColumn Width="60" Header="Age" DisplayMemberBinding="{Binding Age}"/>
</GridView.Columns>
</GridView>
</ListView.View>
</ListView>
</StackPanel>
</Window>
这个是我的Xaml文件,当点击F5运行后,会提示错误
这是为什么? 展开
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
Title="MainWindow" Height="300" Width="300">
<StackPanel Background="LightBlue">
<ListView x:Name="listViewStudents" Height="200">
<ListView.View>
<GridView>
<GridView.Columns>
<GridViewColumn Width="60" Header="Id" DisplayMemberBinding="{Binding Id}"/>
<GridViewColumn Width="60" Header="Name" DisplayMemberBinding="{Binding Name}"/>
<GridViewColumn Width="60" Header="Age" DisplayMemberBinding="{Binding Age}"/>
</GridView.Columns>
</GridView>
</ListView.View>
</ListView>
</StackPanel>
</Window>
这个是我的Xaml文件,当点击F5运行后,会提示错误
这是为什么? 展开
3个回答
展开全部
看了一下,上面的的代码是没有问题的,提示的错误应该是在权限方面的问题,检查一下获取数据的代码,WPF的错误提示不是太友好的,希望对你有帮助
追问
换了电脑,同样的代码,在VS10上通过,就是本机不能通过,怀疑是我的VS10出了问题,但是我运行其它的WPF程序,未出错,所以我有点搞蒙了!
准备重新装一个VS10。再进行测试
追答
VS有问题的可能性也有吧,刚刚试了一下,我的VS2010在XP和Win7下面都没有这个问题,看来你得用替换法找出问题在哪了
展开全部
是不是前面的调试运行没有关掉?看看进程里面还有没有?重启计算机试试吧。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
插件没安装好
追问
什么插件没有安装好?但是其它的WPF程序可以正常运行,运行的环境是2010VS, Win7
本人换一台电脑测试后,通过,看来是因为没有安装好的原因。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询