我在OpenXMl 2.7.2和PowerTool 4.5.3.2中使用DOcumentBuilder.BuildDocument遇到性能问题
var block = new WmlDocument(title, Stream1);
sources.Add(new Source(block, false));
var block2 = new WmlDocument(title, Stream2);
sources.Add(new Source(block2, false));
DocumentBuilder.BuildDocument(sources, path);
所以这在生成中工作正常,但是在进程离开服务器后,它需要花费大量时间在前端进行刷新。我检查了DiagnosticTool ..它提供了很多 该线程已存在,代码为0(0X0)
如何改善应用程序时滞