My code is intended to open and edit an Office Word Document in remote server. When i tested it in localhost, it works fine. But when i tested it in the remote server, i get following error: ( More specifically when it executes Documents.Open )
The remote procedure call failed. (Exception from HRESULT: 0x800706BE)
I used Interop to open and edit the document. Can somebody help me?
User contributions licensed under CC BY-SA 3.0