[Mono-list] XSP test error

Robert Davis rdavis@uniformcompany.com
04 Apr 2003 16:06:54 -0600


Get the error below on both Apache 2.0.44 and server.exe when going to
http://127.0.0.1/mono/index.aspx

System.InvalidCastException: Cannot cast from source type to destination
type
in <0x00035> 00 System.Text.RegularExpressions.PatternCompiler:BeginLink (System.Text.RegularExpressions.LinkRef)
in <0x00015> 00 System.Text.RegularExpressions.PatternCompiler:EmitAnchor (int,System.Text.RegularExpressions.LinkRef)
in <0x000f1> 00 System.Text.RegularExpressions.Syntax.RegularExpression:Compile (System.Text.RegularExpressions.ICompiler,bool)
in <0x0012c> 00 System.Text.RegularExpressions.Regex:.ctor (string,System.Text.RegularExpressions.RegexOptions)
in <0x00019> 00 System.Text.RegularExpressions.Regex:.ctor (string)
in <0x001dc> 00 System.Web.Configuration.HandlerItem:GetRegex (string)
in <0x00061> 00 System.Web.Configuration.HandlerItem:.ctor (string,string,string,bool)
in <0x00475> 00 System.Web.Configuration.HttpHandlersSectionHandler:Create (object,object,System.Xml.XmlNode)
in <0x00166> 00 System.Configuration.ConfigurationData:GetConfig (string)
in <0x000ad> 00 System.Configuration.ConfigurationData:GetConfig (string)
in <0x00030> 00 System.Configuration.DefaultConfig:GetConfig (string)
in <0x00041> 00 System.Configuration.ConfigurationSettings:GetConfig (string)
in <0x00026> 00 System.Web.HttpApplication:CreateHttpHandler (System.Web.HttpContext,string,string,string)
in <0x00094> 00 .CreateHandlerState:Execute ()
in <0x00092> 00 .StateMachine:ExecuteState (IStateHandler,bool&)

Thanks
Robert Davis