C# Office Word not opening in remote server

0

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?

c#
asp.net
web
office-interop
asked on Stack Overflow Sep 25, 2013 by Rico Johari • edited Sep 26, 2013 by Rico Johari

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0