RPS Server unavailable

R

Ravi

Hi All,

i am trying to add a document using the Microsoft.Office.Interop.Word.dll,
some times it throws the following error

"The RPC Server is Unavailable". can any one help me out why this error
comes. i have spent a lot of time on this. it would be great helpful.

Thanks
 
J

Jay Freedman

Hi Ravi,

The acronym RPC stands for "remote procedure call". The error you
quoted is very general. It can occur any time one program makes a
cross-process call to another program, and the called program doesn't
respond.

Entering the exact text of the error message plus the terms "interop"
and "office" into Google returned 140 references. Some of them may be
helpful.

--
Regards,
Jay Freedman
Microsoft Word MVP
Email cannot be acknowledged; please post all follow-ups to the
newsgroup so all may benefit.
 
Top