c# - RPC error when reading excel sheet -


am getting error when trying read excel sheet remote server using excel interop in .net application.

"the rpc server unavailable. (exception hresult: 0x800706ba)"

when run app again, dont error.may know reason , how avoid it?

thanks.

hi getting same "weird" error, since i'm using excel interop (ns: microsoft.office.interop.excel) on local machine having highest privilegies (event on target file/folder).

did chance reading multiple files using same excel app instance?

if guess correct, try create new instance of excel each file need parse, of course close app when read completes.


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -