mummypie 发表于 2011-7-1 15:48:06

application.documentmanager.open 出现 未将对象引用设置到实例

application.documentmanager.open 出现 未将对象引用设置到实例
string path = "$^%$#%^^^%";

static void cmd()
{
    Document doc = application.documentmanager.open(path);
}

就这么简单的一句,难道我电脑出故障了?

sailorcwx 发表于 2011-7-2 19:41:36

本帖最后由 sailorcwx 于 2011-7-2 19:42 编辑

C#是区分大小写的,就是说application和Application是两个变量,documentmanager也是一样
页: [1]
查看完整版本: application.documentmanager.open 出现 未将对象引用设置到实例