码迷,mamicode.com
首页 > 其他好文 > 详细

Interop.Word Documents.Open is null

时间:2019-08-16 10:24:39      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:创建文件夹   uri   mic   profile   rop   setting   active   arch   arc   

问题描述

程序在Windows Server 2012 R2调用Word组件正常,但是换到Windows Server 2008 R2之后,程序异常。

代码

Microsoft.Office.Interop.Word.Application word = new Microsoft.Office.Interop.Word.Application();

Document doc = word.Documents.Open(filename);

//doc is null

解决

step1

创建文件夹,C:\Windows\System32\config\systemprofile\Desktop

step2

Open DCOM Config Settings:

Start -> dcomcnfg.exe
Computer
Local Computer
Config DCOM
Search for Microsoft Word 97-2003 Documents -> Properties
Tab Identity, change from Launching User to Interactive User

参考地址

https://stackoverflow.com/questions/10837437/interop-word-documents-open-is-null

Interop.Word Documents.Open is null

标签:创建文件夹   uri   mic   profile   rop   setting   active   arch   arc   

原文地址:https://www.cnblogs.com/talentzemin/p/11362214.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!