[Mono-list] Ok on 1.1.8, fails on 1.1.15

Kevin Flanagan kevin.flanagan at bom.co.uk
Sat May 13 09:43:12 EDT 2006


Upgrading to Mono 1.1.15 is causing some problems. One issue can be isolated
with a single-page ASP.NET app written in VB. Using XSP of Mono 1.1.8 to
serve it, it works fine. Using XSP of 1.1.15 to serve it, for some reason a
compilation is attempted, with the following results:

Server error in '/' application

----------------------------------------------------------------------------
----

Description: Error processing request.
Error Message: HTTP 500.

Stack Trace: System.InvalidOperationException: Process has not been started.
in <0x00091> System.Diagnostics.Process:get_ExitCode ()
in (wrapper remoting-invoke-with-check)
System.Diagnostics.Process:get_ExitCode ()
in <0x001b7> Microsoft.VisualBasic.VBCodeCompiler:CompileFromFileBatch
(System.CodeDom.Compiler.CompilerParameters options, System.String[]
fileNames)
in <0x00022>
Microsoft.VisualBasic.VBCodeCompiler:CompileAssemblyFromFileBatch
(System.CodeDom.Compiler.CompilerParameters options, System.String[]
fileNames)
in <0x0030d> Microsoft.VisualBasic.VBCodeCompiler:CompileFromDomBatch
(System.CodeDom.Compiler.CompilerParameters options,
System.CodeDom.CodeCompileUnit[] ea)
in <0x00022>
Microsoft.VisualBasic.VBCodeCompiler:CompileAssemblyFromDomBatch
(System.CodeDom.Compiler.CompilerParameters options,
System.CodeDom.CodeCompileUnit[] ea)
in <0x0003c> Microsoft.VisualBasic.VBCodeCompiler:CompileAssemblyFromDom
(System.CodeDom.Compiler.CompilerParameters options,
System.CodeDom.CodeCompileUnit e)
in <0x0013d> System.Web.Compilation.CachingCompiler:Compile
(System.Web.Compilation.BaseCompiler compiler)
in <0x00259> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x000ba> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x0005e> System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
(System.String inputFile, System.Web.HttpContext context)
in <0x000ae> System.Web.HttpApplicationFactory:InitType
(System.Web.HttpContext context)
in <0x00050> System.Web.HttpApplicationFactory:GetApplication
(System.Web.HttpContext context)
in <0x00083> System.Web.HttpRuntime:RealProcessRequest (System.Object o)


I can switch between XSP 1.1.8 and 1.1.15 without changing anything else,
and it works under 1.1.8 but not 1.1.15

Can anyone tell me what the problem is and/or how to ensure 1.1.15 doesn't
attempt compilation, but behaves like 1.1.8 instead?

Thanks

Kevin.





More information about the Mono-list mailing list