xsdを使用してxmlファイルのc#コードを生成すると、次のエラーが発生します。
タイプまたは名前空間の名前'SerializableAttribute'が名前空間'System'に存在しません(アセンブリ参照がありませんか?)
タイプまたは名前空間の名前'DesignerCategoryAttribute'が名前空間'System.ComponentModel'に存在しません(アセンブリ参照がありませんか?)
エラーを発生させる生成されたコード:
[System.CodeDom.Compiler.GeneratedCodeAttribute("xsd", "4.0.30319.17929")]
[System.SerializableAttribute()]
[System.Diagnostics.DebuggerStepThroughAttribute()]
[System.ComponentModel.DesignerCategoryAttribute("code")]
[System.Xml.Serialization.XmlTypeAttribute(AnonymousType=true)]
[System.Xml.Serialization.XmlRootAttribute(Namespace="", IsNullable=false)]
答えを探してみました。私が見つけた唯一のものはこれです: http ://support.microsoft.com/kb/916649
しかし、それは私にはうまくいきません。ソリューションエクスプローラーにはシステムフォルダーがありません。Visual Studio 2012を使用していて、ac#/ xamlメトロアプリを開発しています!