Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在为 Windows 8 构建一个非常基本的应用程序。不幸的是,我收到了以下错误消息。
在模块 System.dll 中找不到类型 System.ComponentModel.PropertyDescriptor。
这是一个编译时错误消息。有人可以解释为什么会这样吗?
笔记。我在这个应用程序中使用 Newtonsoft 进行 json 解析
我遇到了同样的问题,Newtonsoft 似乎使用了 Windows 8 / Windows 手机应用程序当前不支持的 PropertyDescriptor 对象。当我从我的项目中删除 Newtonsoft dll 时,我能够成功构建(当然,无论您使用 Newtonsoft 做什么,您都必须找到解决方法)
I have a List<object>, and its first element is a List<double>, I mean:
List<object>
List<double>
//---- List <object> lista = new List<object>(); List <
我想在 LongListMultiSelector 中显示我的电话联系人。早些时候我使用列表框来显示电话联系人......我的实现就像:xaml
<ListBox Name="ContactResultsData" ItemsSource="{Binding}" Height="331" Margin="1