COM Exception 0x800A11F9 - Cannot activate application

前端 未结 3 800
眼角桃花
眼角桃花 2021-01-14 11:14

I have a C# 2.0 (WinForms) project in which I try to activate word 2003 (word is installed on the system). By using the following code:

private void Activate         


        
3条回答
  •  -上瘾入骨i
    2021-01-14 11:36

    Just a thought i've seen a similar error when doing word automation on the server (which we no longer do due to flakiness), however at that time it was caused by permission issues from the ASP.net account, I know you are running in winforms but could this possibly be related to permissions ?

提交回复
热议问题