我试图按照本教程进行用户设置:
http://blogs.msdn.com/b/patrickdanino/archive/2008/07/23/user-settings-in-wpf.aspx
我定义了一个名称为 Selected、type int、scope user 的设置。在 App.xaml 中,我有:
<Application.Resources>
<properties:Selected x:Key="Selected"/>
</Application.Resources>
但是我收到了这个错误信息:
“名称空间前缀“属性”未定义”
我不知道为什么......欢迎任何建议。
PS。如果你能看看我的另一个问题,那就太好了!:)
编辑:解决了!