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 が見つかりません。
コンパイル時エラーメッセージです。誰かがなぜこれが起こっているのか説明してもらえますか?
ノート。このアプリケーションでは、json 解析に Newtonsoft を使用しています
私はこれと同じ問題を抱えていました.Newtonsoftは、Windows 8 / Windows Phoneアプリケーションで現在サポートされていないPropertyDescriptorオブジェクトを使用しているようです. プロジェクトから Newtonsoft dll を削除すると、正常にビルドできました (もちろん、Newtonsoft を使用している場合は、回避策を見つける必要があります)。