[Mono-bugs] [Bug 71713][Wis] New - System.InvalidOperationException: Process has not been started.

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 25 Jan 2005 00:12:59 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by lavnalla@yahoo.com.

http://bugzilla.ximian.com/show_bug.cgi?id=71713

--- shadow/71713	2005-01-25 00:12:59.000000000 -0500
+++ shadow/71713.tmp.23953	2005-01-25 00:12:59.000000000 -0500
@@ -0,0 +1,52 @@
+Bug#: 71713
+Product: Mono: Tools
+Version: 1.0
+OS: 
+OS Details: Fedora Core3
+Status: NEW   
+Resolution: 
+Severity: Unknown
+Priority: Wishlist
+Component: XSP
+AssignedTo: gonzalo@ximian.com                            
+ReportedBy: lavnalla@yahoo.com               
+QAContact: mono-bugs@ximian.com
+TargetMilestone: ---
+URL: 
+Cc: 
+Summary: System.InvalidOperationException: Process has not been started.
+
+Please fill in this template when reporting a bug, unless you know what you
+are doing.
+Description of Problem: I installed mono 1.0.4 (I did not find any 1.0.5
+rpms for Fedora core 3). If I run xsp directly (shuting down httpd)
+everything works great but with httpd I get the following error
+
+
+System.InvalidOperationException: Process has not been started.
+in <0x0003b> System.Diagnostics.Process:get_ExitCode ()
+in <0x00050> (wrapper remoting-invoke-with-check)
+System.Diagnostics.Process:get_ExitCode ()
+in <0x002bd> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch
+(System.CodeDom.Compiler.CompilerParameters,string[])
+in <0x0044a> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
+in <0x00050> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom
+(System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
+in <0x00171> System.Web.Compilation.CachingCompiler:Compile
+(System.Web.Compilation.BaseCompiler)
+in <0x002ea> System.Web.Compilation.BaseCompiler:GetCompiledType ()
+in <0x00251> System.Web.Compilation.AspGenerator:GetCompiledType ()
+in <0x00070> System.Web.UI.ApplicationFileParser:GetCompiledApplicationType
+(string,System.Web.HttpContext)
+in <0x00047> System.Web.HttpApplicationFactory:CompileApp
+(System.Web.HttpContext)
+in <0x00032> System.Web.HttpApplicationFactory:InitializeFactory
+(System.Web.HttpContext)
+in <0x0007a> System.Web.HttpApplicationFactory:GetInstance
+(System.Web.HttpContext)
+in <0x0010a> System.Web.HttpRuntime:InternalExecuteRequest
+(System.Web.HttpWorkerRequest)
+
+I am a newbie to linux so I don't know how to find my way around to debug.
+Thanks in advance for any help