使用 xsd 为 xml 文件生成 c# 代码时,出现错误:
命名空间“System”中不存在类型或命名空间名称“SerializableAttribute”(您是否缺少程序集引用?)
命名空间“System.ComponentModel”中不存在类型或命名空间名称“DesignerCategoryAttribute”(您是否缺少程序集引用?)
产生错误的代码:
[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 Metro 应用程序!