0x80010105 (RPC_E_SERVERFAULT) while working with excel

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • vidyaAdmin
    New Member
    • Jun 2013
    • 1

    #1

    0x80010105 (RPC_E_SERVERFAULT) while working with excel

    I am getting this exception- "The server threw an exception. (Exception from HRESULT: 0x80010105 (RPC_E_SERVERFA ULT))" while opening an existing excel file using an excel workbook object.

    Lines of code :
    Code:
    Private objExcel As Excel.Application
    Private xlWorkBook As Excel.Workbook
    objExcel = New Excel.Application
    xlWorkBook = objExcel.Workbooks.Open(mstrFilePath)
    ''Exception is being thrown for above line.
    Last edited by Rabbit; Jun 24 '13, 04:57 PM. Reason: Please use code tags when posting code.
Working...