摘要: 先引用 stackoverflow 中一份多人剖析的 https://stackoverflow.com/questions/11596352/parser-error-server-error-in-application 然后补充一下自己出现的原因:bin文件夹生成DLL失败,但是程序却是直接显 阅读全文
posted @ 2020-05-02 13:47 靥炑 阅读(217) 评论(0) 推荐(0)
摘要: C#using System;using System.Drawing;using System.IO;using System.Reflection;using Aspose.Words;using Aspose.Words.Drawing;using Aspose.Words.Fields;na 阅读全文
posted @ 2018-07-10 13:10 靥炑 阅读(484) 评论(0) 推荐(0)
摘要: PrintDocumentp=newPrintDocument();p.PrintPage+=newPrintPageEventHandler(this.MyPrintDocument_PrintPage);p.Print(); 估计八成是权限问题,把applicationpool的Indentit 阅读全文
posted @ 2018-07-03 14:21 靥炑 阅读(96) 评论(0) 推荐(0)