Rpc Server Unavailable in Excel Com Object
-
Hello All I m facing one problem in C# Windows Application That one is RPC Server Unavailable while open excel sheet I m using excel object com object i just want to import data into SQL Database first i open the excel sheet and then read the excel finally store data into sql but Excel object throw one error RPC Server unavailable The error occur in the following code WorkBook = ExpApp.Workbooks.Open(System.Windows.Forms.Application.StartupPath + "\\Clone.xls", 0, false, 5, "", "", false, Excel.XlPlatform.xlWindows, "\t", true, false, 0, true); anybody plz help me it s very urgent Thanks in Advance :-D Sak
-
Hello All I m facing one problem in C# Windows Application That one is RPC Server Unavailable while open excel sheet I m using excel object com object i just want to import data into SQL Database first i open the excel sheet and then read the excel finally store data into sql but Excel object throw one error RPC Server unavailable The error occur in the following code WorkBook = ExpApp.Workbooks.Open(System.Windows.Forms.Application.StartupPath + "\\Clone.xls", 0, false, 5, "", "", false, Excel.XlPlatform.xlWindows, "\t", true, false, 0, true); anybody plz help me it s very urgent Thanks in Advance :-D Sak
-
Take a look at this http://www.codeproject.com/office/excel_using_oledb.asp[^]
Thanks for ur command but i m using Excel COM Object for reading excel data so i need solution for rpc server unavailable using Excel dll Thanks Sak