Interop.Word Documents.Open is null
Posted talentzemin
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Interop.Word Documents.Open is null相关的知识,希望对你有一定的参考价值。
问题描述
程序在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的主要内容,如果未能解决你的问题,请参考以下文章
Interop.Word Documents.Open is null
访问 Microsoft.Office.Interop.Word.dll?
C# Microsoft.Office.Interop.Word怎么获取页数和字数?