标签:

编译MODEL所在的DLL时,在项目属性=>生成 选中下面的框,生成XML文档
XML文档地址
Type[] types = new Type[] { typeof(Code.ProductData) };
string[] xmlFiles = new string[] { Server.MapPath(TextBox1.Text) };
CRL.SummaryAnalysis.ExportToFile(types, xmlFiles);标签:
原文地址:http://www.cnblogs.com/hubro/p/4286396.html