25
Reply

The remote procedure call failed. (Exception from HRESULT:

Manj N

Manj N

Aug 5 2013 12:40 AM
16.2k

Server Error in '/ProjectPlanner' Application.

The remote procedure call failed. (Exception from HRESULT: 0x800706BE)

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 

Exception Details: System.Runtime.InteropServices.COMException: The remote procedure call failed. (Exception from HRESULT: 0x800706BE)

Source Error: 

Line 1128:            ExcelApp.UserControl = false; Line 1129:            String FileName = "" + User.Identity.Name + ".xlsx"; Line 1130:            ExcelWork.SaveCopyAs(strCurrentDir + FileName); Line 1131:            String TimeSheetPath = (String)System.Configuration.ConfigurationManager.AppSettings["TimeSheetPath"].ToString(); Line 1132:            string strMachineName = Request.ServerVariables["SERVER_NAME"];

Source File: f:\ManjunathNayak\ProjectPlanner\Default.aspx.cs    Line: 1130 

Answers (25)