[Mono-bugs] [Bug 59608][Nor] Changed - basePageType and Virtual Hosts don't work

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Tue, 30 Nov 2004 16:41:14 -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 gonzalo@ximian.com.

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

--- shadow/59608	2004-06-05 02:14:04.000000000 -0400
+++ shadow/59608.tmp.21082	2004-11-30 16:41:14.000000000 -0500
@@ -179,6 +179,76 @@
 Created an attachment (id=8000)
 Sample small web site and assembly with base page class and config files
 
 
 ------- Additional Comments From gonzalo@ximian.com  2004-06-05 02:14 -------
 ...and related to 58758
+
+------- Additional Comments From gonzalo@ximian.com  2004-11-30 16:41 -------
+Right now I get these 2 exceptions:
+----
+System.IO.FileNotFoundException: File
+'/pending-tests/page-conf/localweb/gerontology/sitemap.xml' not found.
+in <0x0030e> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,bool)
+in <0x0001d> System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x0004f> (wrapper remoting-invoke-with-check)
+System.IO.FileStream:.ctor
+(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
+in <0x00139> System.Xml.XmlUrlResolver:GetEntity
+(System.Uri,string,System.Type)
+in <0x00106> System.Xml.XmlTextReader:.ctor
+(string,System.Xml.XmlNameTable)
+in <0x00036> System.Xml.XmlTextReader:.ctor (string)
+in <0x000df> School.Utils:loadValidXml (string,bool,System.Web.UI.Page)
+in <0x0004a> School.Theme.Page:get_PageInSiteMapXml ()
+in <0x0006a> School.Theme.Page:AddNewsBar
+(System.Web.UI.HtmlControls.HtmlTableCell)
+in <0x0029a> School.Theme.Page:AddThemeElements ()
+in <0x00ba3> School.Theme.Page:CreateWrapperTemplate ()
+in <0x0001e> School.Theme.Page:Page_Init (object,System.EventArgs)
+in <0x00049> (wrapper delegate-invoke)
+System.MulticastDelegate:invoke_void_object_EventArgs
+(object,System.EventArgs)
+in <0x0005f> System.Web.UI.Control:OnInit (System.EventArgs)
+in <0x001a8> System.Web.UI.Control:InitRecursive (System.Web.UI.Control)
+in <0x00055> System.Web.UI.Page:InternalProcessRequest ()
+in <0x000b4> System.Web.UI.Page:ProcessRequest (System.Web.HttpContext)
+in <0x00292> ExecuteHandlerState:Execute ()
+in <0x00083> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+and
+
+----
+System.NullReferenceException: Object reference not set to an instance
+of an object
+in <0xc5e16777> (wrapper managed-to-native)
+System.Reflection.Assembly:InternalGetType
+(System.Reflection.Module,string,bool,bool)
+in <0x00004> (wrapper managed-to-native)
+System.Reflection.Assembly:InternalGetType
+(System.Reflection.Module,string,bool,bool)
+in <0x0004e> System.Reflection.Assembly:GetType (string,bool,bool)
+in <0x00015> System.Reflection.Assembly:GetType (string)
+in <0x00092> System.Web.UI.TemplateParser:LoadType (string)
+in <0x00066> System.Web.UI.TemplateParser:SetBaseType (string)
+in <0x00098> System.Web.UI.PageParser:.ctor
+(string,string,System.Web.HttpContext)
+in <0x00033> System.Web.UI.PageParser:GetCompiledPageInstance
+(string,string,System.Web.HttpContext)
+in <0x00011> System.Web.UI.PageHandlerFactory:GetHandler
+(System.Web.HttpContext,string,string,string)
+in <0x00301> System.Web.HttpApplication:CreateHttpHandler
+(System.Web.HttpContext,string,string,string)
+in <0x00119> CreateHandlerState:Execute ()
+in <0x00083> StateMachine:ExecuteState
+(System.Web.HttpApplication/IStateHandler,bool&)
+
+Can you attach the sitemap.xml file that is missing? This is just for
+completion as this seems a runtime bug and I'm trying to create a test
+case that does not depend on System.Web/xsp.
+
+Thanks.
+
+