Hi I am trying to Merge a word file into a label format automatically through C#.. It works great locally but when I move it to the server I get the following Error "The message filter indicated that the application is busy. (Exception from HRESULT: 0x8001010A (RPC_E_SERVERCALL_RETRYLATER))" on the line of code below
_wrdDoc.Select();