application.documentmanager.open 出现 未将对象引用设置到实例
application.documentmanager.open 出现 未将对象引用设置到实例string path = "$^%$#%^^^%";
static void cmd()
{
Document doc = application.documentmanager.open(path);
}
就这么简单的一句,难道我电脑出故障了?
本帖最后由 sailorcwx 于 2011-7-2 19:42 编辑
C#是区分大小写的,就是说application和Application是两个变量,documentmanager也是一样
页:
[1]