cooolseee 发表于 2018-11-7 22:20:00

新建文档报错

代码运行时,出现报错对话框,新建文档时,报错


cooolseee 发表于 2018-11-7 22:23:00

public static Document dwgCreat()
      {
            string template = "acad.dwt";
            DocumentCollection docs = Application.DocumentManager;
            Document doc = docs.Add(template);
            return doc;
      }
我的代码如上,以前调试都好好的,今天不知怎么的,老报错

hengdong123 发表于 2018-11-19 19:47:00


trycatch 下,显示出异常信息再具体问题具体分析啊

cooolseee 发表于 2018-11-20 07:55:00

感谢,问题解决了,谢谢
页: [1]
查看完整版本: 新建文档报错