The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))
-
2012年3月5日 9:51
Hi,
While reading data from doc file im getting "The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))" in server. but when I running this application in my local its working fine.
from last few days im searching in many sites. but im unable to find the solution for this error...
Please help on this ..
Thanks in advance.
Thanks
Kolluri.
すべての返信
-
2012年3月7日 2:33モデレータ
Hi kolluri_05,
Welcome to the MSDN forum.
>>in server. but when I running this application in my local its working fine.
According to your description, it seems that you use the automation of the word in server side, please read this article: Considerations for server-side Automation of Office: http://support.microsoft.com/kb/257757
Microsoft does not currently recommend, and does not support, Automation of Microsoft Office applications from any unattended, non-interactive client application or component (including ASP, ASP.NET, DCOM, and NT Services), because Office may exhibit unstable behavior and/or deadlock when Office is run in this environment.
You also can find the solution form Geoff Darst’s reply form this link: http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/70ef972b-51b6-4ece-a4af-d6b4e111eea5/
If I misunderstood, please show more detail about your application. It will help us to solve your issue easier.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
- 回答としてマーク Mark Liu-lxfModerator 2012年3月13日 7:02
-
2012年3月8日 8:07
Thanks for your reply.
Yesterday my application was working fine in server. today morning when I run the same application its showing same error "The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))".
I don't know how its behave like this.
Please help me on this... its very urgent..
Thanks,
Naga
-
2012年3月8日 8:18モデレータ
Hi kolluri_05,
Please read the italic paragraph of my last reply. Microsoft does not support use the automation of the word in server side. So I’m afraid that there is no effect ways to solve your issue.
As Geoff said, in most cases, you will just need to wait for a few seconds and then retry the call--generally that will be sufficient time to enable Word to finish whatever it is doing so it can handle your call.
Hope this helps.
Mark Liu-lxf [MSFT]
MSDN Community Support | Feedback to us
-
2012年4月18日 9:40
Thank you for your reply.
I resolved the my problem by using Open XML SDK.
get more info : http://support.microsoft.com/kb/257757
Thanks,
Naga.
- 編集済み Bhushanam Kolluri 2012年4月18日 9:40
- 回答としてマーク Bhushanam Kolluri 2012年4月18日 9:40

