[Mono-list] mod_mono error: "Cannot find the specified file"
Rich Alimi
rich@velvetsea.net
Thu, 11 Sep 2003 11:56:08 -0400
I have created
When I try to access a page in my web application I receive the
following error:
Description: Error processing request.
Error Message:
Stack Trace:
System.ComponentModel.Win32Exception: Cannot find the specified file
in <0x00308> 00
System.Diagnostics.Process:Start_common(System.Diagnostics.ProcessStartI
nfo,System.Diagnostics.Process)
in <0x00016> 00 System.Diagnostics.Process:Start ()
in <0x0005d> 08 System.Diagnostics.Process:Start ()
in <0x001e1> 00
Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch(System.CodeD
om.Compiler.CompilerParameters,string[])
in <0x0032f> 00
Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch(System.CodeDo
m.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in <0x00059> 00
Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom(System.CodeDom.Com
piler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in <0x00130> 00
System.Web.Compilation.CachingCompiler:Compile(System.Web.Compilation.Ba
seCompiler)
in <0x0014f> 00 System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x0012d> 00 System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x0003b> 00 System.Web.UI.PageParser:CompileIntoType ()
in <0x00077> 00
System.Web.UI.TemplateControlParser:GetCompiledInstance(string,string,Sy
stem.Web.HttpContext)
in <0x0004c> 00
System.Web.UI.PageParser:GetCompiledPageInstance(string,string,System.We
b.HttpContext)
in <0x00013> 00
System.Web.UI.PageHandlerFactory:GetHandler(System.Web.HttpContext,strin
g,string,string)
in <0x001a8> 00
System.Web.HttpApplication:CreateHttpHandler(System.Web.HttpContext,stri
ng,string,string)
in <0x0011f> 00 .CreateHandlerState:Execute ()
in <0x0006f> 00
.StateMachine:ExecuteState(System.Web.HttpApplication/IStateHandler,bool
&)
(Sorry about the lines being wrapped... I hope this is still relatively
decipherable.)
The contents of the page are just the standard head and body HTML tags
(no ASP.NET stuff).
I have compiled and installed the latest mono daily snapshot
(9/10/2003). I am running mod_mono and xsp from CVS (retrieved last
night - 9/10/2003). I have apache 2.0.47 (compiled from source).
Has anyone else had any problems like this?
Thanks, Rich
rich@velvetsea.net