Server Error in '/' Application.

The system cannot find the file specified

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.ComponentModel.Win32Exception: The system cannot find the file specified

Source Error:


Line 77:         //p.StartInfo.FileName = "C:\\Program Files\\R\\R-3.2.3\\bin\\x64\\Rscript.exe";
Line 78:         p.StartInfo.Arguments = " "+nomFichier+" "+args;
Line 79:         p.Start();
Line 80:         string output = p.StandardOutput.ReadToEnd();
Line 81:         string error = p.StandardError.ReadToEnd();

Source File: c:\inetpub\wwwroot\easyma.net\V2017\recapV3.aspx    Line: 79

Stack Trace:


[Win32Exception (0x80004005): The system cannot find the file specified]
   System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo) +1619
   ASP.easyma_net_v2017_recapv3_aspx.loopTrial(String trials, String endpoints, OdbcConnection conn) in c:\inetpub\wwwroot\easyma.net\V2017\recapV3.aspx:79
   ASP.easyma_net_v2017_recapv3_aspx.__Render__control1(HtmlTextWriter __w, Control parameterContainer) in c:\inetpub\wwwroot\easyma.net\V2017\recapV3.aspx:1128
   System.Web.UI.Control.RenderChildrenInternal(HtmlTextWriter writer, ICollection children) +117
   System.Web.UI.Page.Render(HtmlTextWriter writer) +39
   System.Web.UI.Control.RenderControlInternal(HtmlTextWriter writer, ControlAdapter adapter) +79
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +8753


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.4087.0