我正在开发一个我是原始开发人员的项目,但在过去的几年中,另外两个开发人员已经维护并升级了该项目.
//------------------------------------------------------------------------------ // <auto-generated> // This code was generated by a tool. // Runtime Version:2.0.50727.1433 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // </auto-generated> //------------------------------------------------------------------------------ using System.Xml.Serialization; // // This source code was auto-generated by xsd,Version=2.0.50727.1432. //
解决方法
这是
XML Schema Definition Tool.你想清理什么?
请注意,Xsd.exe执行的操作之一是“XSD to classes”,这是生成您的类文件的问题:
XSD to Classes
Generates runtime classes from an XSD schema file. The generated classes can be used in conjunction with System.Xml.Serialization.XmlSerializer to read and write XML code that follows the schema.