Title: Message
Hi,
 
I am getting the exception below after upgrading from mono 0.29 to mono-cvs.  I noticed a similar post on this that mentioned that mcs has to be in my path.  It is, however I am getting warning messages about being unable to attach to shared memory.  Are the two related?  If not does anyone have any ideas on how to fix this error?
 
 
 Description: Error processing request.

Error Message: HTTP 500.

Stack Trace:

System.InvalidOperationException: Process has not been started.
in <0x00065> System.Diagnostics.Process:get_ExitCode ()
in <0x00050> (wrapper remoting-invoke-with-check) System.Diagnostics.Process:get_ExitCode ()
in <0x0025c> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromFileBatch (System.CodeDom.Compiler.CompilerParameters,string[],bool)
in <0x00359> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDomBatch (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit[])
in <0x00060> Mono.CSharp.CSharpCodeCompiler:CompileAssemblyFromDom (System.CodeDom.Compiler.CompilerParameters,System.CodeDom.CodeCompileUnit)
in <0x00133> System.Web.Compilation.CachingCompiler:Compile (System.Web.Compilation.BaseCompiler)
in <0x002ab> System.Web.Compilation.BaseCompiler:GetCompiledType ()
in <0x001de> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x0003b> System.Web.UI.UserControlParser:CompileIntoType ()
in <0x00043> System.Web.UI.UserControlParser:GetCompiledType (string,string,System.Web.HttpContext)
in <0x004dc> System.Web.UI.TemplateControlParser:AddDirective (string,System.Collections.Hashtable)
in <0x00163> System.Web.Compilation.AspGenerator:TagParsed (System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x00076> (wrapper delegate-invoke) System.MulticastDelegate:invoke_void_ILocation_TagType_string_TagAttributes (System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x0003a> System.Web.Compilation.AspParser:OnTagParsed (System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x001f4> System.Web.Compilation.AspParser:Parse ()
in <0x00021> System.Web.Compilation.AspGenerator:DoParse ()
in <0x000fe> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x0003b> System.Web.UI.PageParser:CompileIntoType ()
in <0x00022> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in <0x00051> System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
in <0x00013> System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
in <0x001b4> System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in <0x0011f> CreateHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)

Reply via email to