[Mono-list] 500 errors with mod_mono

Raul Carolus thav@finitesanity.net
Thu, 05 Aug 2004 20:03:32 -0500


System.ArgumentException: The path is not of a legal form

Is the over all error I get with my codebehind asp.net project (started
on visual studio, want to see if I can run it on mono).  It runs on
windows.

I've compiled the code on the linux box into a .dll and have placed it
in the bin directory.

I can get one page to load (the simple login page), but my Default.aspx
gives me the above error.  I've installed 1.0 (downloaded it last
night).

If anyone can give me some guidance, that'd be great.

The rest of the error follows.

Thanks,

Raul


Parameter name: path
in <0x000a1> System.IO.Path:GetFullPath (string)
in <0x00044> System.Web.Caching.CacheDependency:CreateWatcher (string)
in <0x003c7> System.Web.Caching.CacheDependency:.ctor (string[],string[],System.Web.Caching.CacheDependency,System.DateTime)
in <0x0002b> System.Web.Caching.CacheDependency:.ctor (string[])
in <0x00276> System.Web.Compilation.CachingCompiler:Compile (string,string,string,System.Collections.ArrayList)
in <0x000c9> System.Web.UI.TemplateParser:GetAssemblyFromSource (string)
in <0x00118> System.Web.UI.TemplateParser:ProcessMainAttributes (System.Collections.Hashtable)
in <0x000d2> System.Web.UI.TemplateControlParser:ProcessMainAttributes (System.Collections.Hashtable)
in <0x0000d> System.Web.UI.UserControlParser:ProcessMainAttributes (System.Collections.Hashtable)
in <0x000c4> System.Web.UI.TemplateParser:AddDirective (string,System.Collections.Hashtable)
in <0x006d4> System.Web.UI.TemplateControlParser:AddDirective (string,System.Collections.Hashtable)
in <0x00159> System.Web.Compilation.AspGenerator:TagParsed (System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x00085> (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 <0x00037> System.Web.Compilation.AspParser:OnTagParsed (System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x0020f> System.Web.Compilation.AspParser:Parse ()
in <0x00021> System.Web.Compilation.AspGenerator:DoParse ()
in <0x00103> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00036> System.Web.UI.UserControlParser:CompileIntoType ()
in <0x00041> System.Web.UI.UserControlParser:GetCompiledType (string,string,System.Web.HttpContext)
in <0x0044d> System.Web.UI.TemplateControlParser:AddDirective (string,System.Collections.Hashtable)
in <0x00159> System.Web.Compilation.AspGenerator:TagParsed (System.Web.Compilation.ILocation,System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x00085> (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 <0x00037> System.Web.Compilation.AspParser:OnTagParsed (System.Web.Compilation.TagType,string,System.Web.Compilation.TagAttributes)
in <0x0020f> System.Web.Compilation.AspParser:Parse ()
in <0x00021> System.Web.Compilation.AspGenerator:DoParse ()
in <0x00103> System.Web.Compilation.AspGenerator:GetCompiledType ()
in <0x00036> System.Web.UI.PageParser:CompileIntoType ()
in <0x00018> System.Web.UI.TemplateControlParser:GetCompiledInstance ()
in <0x00050> System.Web.UI.PageParser:GetCompiledPageInstance (string,string,System.Web.HttpContext)
in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler (System.Web.HttpContext,string,string,string)
in <0x0033d> System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in <0x0011f> CreateHandlerState:Execute ()
in <0x00084> StateMachine:ExecuteState (System.Web.HttpApplication/IStateHandler,bool&)