Click here to Skip to main content
15,880,891 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I have a web application (asp.net) in which i need to open the MsWord document and convert it into HTML format.I wrote C# code using Microsoft Office Interop dlls.This works perfectly fine.But sometimes it will fail when i try to open the document programatically as below:

Microsoft.Office.Interop.Word.Document doc = wordApp.Documents.Open(filename, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing, ref oMissing);

I'm getting this error:

The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))

I came across the similar query in this forum but the solution provided didnt help me (

opening and editing word document from asp.net application[^])

Can anyone shed any light? Thank you.
Posted
Comments
jaideepsinh 17-Nov-17 2:08am    
i have same issue can you help me to solve this?

The only hint I could give you is this thread:
http://msdn.microsoft.com/en-us/library/ms228772.aspx[^]

If this does nto help you you should ask the question to one of the Office MVP here[^].
 
Share this answer
 
i have same issue and my solution is sleep the thread. hope it can help.

vandyke
 
Share this answer
 
Comments
jaideepsinh 17-Nov-17 2:09am    
Can you share your code?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900