The message filter shows that the application is in use. (Error from HRESULT:0X8001010A (rpc_e_servercall_retrylater))
In the case of a Word document merging or other operations, if the amount of data is less, no exception, if the amount of data is increased,
Occasionally the kind of error that throws the title, the error reason analysis and the solution are as follows:
Error reason analysis:
Word checks the text for spelling errors, and if there are too many errors or errors, a bullet box may appear, which can be fatal in the background of a Word document.
Solution:
you should open Word Add block spelling verification and spelling bullets to the code in your document:
_doc = Open (templatefilename);
_doc. SpellingChecked = false;
_doc. ShowSpellingErrors = false;
Or, set up word on the server by following these steps:
First open a Word document on the server, click Fileon the menu bar, then click Options,
Next to the dialog box that appears click on the left side of the proffing such as:
On the right when correcting spelling and grammar under the Word title bar, deselect The selected options , such as:
Then click OK and finish the call.
The
The message filter indicated the application is busy. (Exception from HRESULT:0X8001010A (rpc_e_servercall_retrylater))